SetValidated method

This method is used to verify whether or not the given username and password combination is valid.

Syntax


C++
HRESULT SetValidated (
   VARIANT_BOOL bValid)
Scripting languages
Object.SetValidated (
   bValid as Boolean)

Parameters


bValid

Specifies whether the username and password combination are valid.  TRUE means they are valid.  FALSE means they are not.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUSEvent_CheckPassword_Before