This function sets a custom (user created) PcID

[C++Builder/Visual C++] BOOL PK3SetPcIDofPassword(LPCSTR lpszPcID);
[Delphi] function PK3SetPcIDofPassword(lpszPcID: PAnsiChar): LongBool;
[Visual Basic] Function PK3SetPcIDofPassword(ByVal lpszPcID As String) As Long

Parameters

Name Explanation
lpszPcID The PcID to be set (from 8 to 64 digits)

Return Value

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

Explanation

The PK3SetPcIDofPassword function sets a custom (user created) PcID and can be used if you do not want to use the PcID queried by PK3QueryPcID. Note this function is disabled if a valid password has already been set.

The PK3SetPcIDofPassword function is disabled if the PK3Initialize function has not been executed.