Compartilhar via


ConfirmPassword Method

 
Microsoft DirectShow 9.0

ConfirmPassword Method

This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.

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