This function deletes protection information from the registry or from a file.

[C++Builder/Visual C++] BOOL PK3DeleteRegistry(void);
[Delphi] function PK3DeleteRegistry: LongBool;
[Visual Basic] Function PK3DeleteRegistry() As Long

Parameters

None

Return Value

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

Explanation

The PK3DeleteRegistry function deletes protection information from the registry and/or from a file.

NOTE: Executing the PK3Finish function will save the protection information into the registry or into a file. If you are using the PK3DeleteRegistry function to delete the protection information, do not execute the PK3Finish function after executing the PK3DeleteRegistry function.