This function sets the password and unlocks the application.

[C++Builder/Visual C++] BOOL PK3SetPassword(LPSTR lpszPassword);
[Delphi] function PK3SetPassword(lpszPassword: PAnsiChar): LongBool
[Visual Basic] Function PK3SetPassword(ByVal lpszPassword As String) As Long

Parameters

Name Explanation
lpszPassword The password to be set

Return Value

Returns the True (nonzero) if successful, otherwise returns False (0).

Explanation

The PK3SetPassword function sets the password for the PcID retrieved by the PK3QueryPcID function and unlocks the application.