Microsoft DirectX 9.0

ConfirmPassword Method

The DVDAdm.ConfirmPassword method tests whether the specified password matches the previously saved password.

Syntax

[ bIsConfirmed = ] DVD.DVDAdm.ConfirmPassword(sUserName, sPassword);

Parameters

sUserName

Specifies the user's name as a String.

sPassword

Specifies the new password as a String.

Return Values

Returns true if the specified password matches the existing password, false otherwise.

Remarks

Currently, the sUserName parameter is ignored on this and all related methods.

See Also