ValidateRemoteFacilityCreatorPassword method

**This property is obsolete in V 6.0.**

Checks the specified password to see if it matches the remote facility creator password.

Syntax


C++
HRESULT ValidateRemoteFacilityCreatorPassword(
   BSTR Password,
   VARIANT_BOOL pRetVal)
Scripting languages
Boolean = object.ValidateRemoteFacilityCreatorPassword(
   Password as String)

Parameters


Password

The password to validate.

pRetVal

Upon return, indicates whether the supplied password was correct.

Return value


C++

The return code.

Scripting languages

Upon returning, indicates whether the supplied password was correct.


Home

Applies to

IERUSvrManager