ValidateRemoteServerAdminPassword method

**This property is obsolete in V 6.0. *

Checks the specified password to see if it matches the remote server administration password.

Syntax


C++
HRESULT ValidateRemoteServerAdminPassword(
   BSTR Password,
   VARIANT_BOOL pRetVal)
Scripting languages
Boolean = object.ValidateRemoteServerAdminPassword(
   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