This method generates the password needed to unlock the application.

[C++Builder] [ BOOL = ] controlname->PS3GetPassword()
[Delphi] [ Integer = ] controlname.PS3GetPassword
[Visual Basic] [ Long = ] controlname.PS3GetPassword
[VisualC++] [ BOOL = ] controlname.PS3GetPassword()

Parameters

None

Return Value

Returns True (non-zero) if successful, otherwise returns False (0).

Explanation

The PS3GetPassword method generates the password needed to unlock the application. Before executing this method, appropriate values must be set in the szLockword, szPcID, and lPasswordType properties.

If this method is successful, the password will be set in the szPassword property.