Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_RegSaveKey

EP_RegSaveKey function serves for saving the registration information. The place and path where the registration information will be stored should be defined in REGISTRATION FEATURES - Registration data storing panel.

Parameters

  • Name - the registration name - a pointer to the null terminated ANSI string.
  • Key - the registration key - a pointer to the null terminated ANSI string.

Return Value

If the function succeeds, the return value is 1. If the function fails, the return value is 0.

Remark

The function only saves the registration information. To make sure you save the correct registration information, you should verify it by means of the EP_RegCheckKey function. Otherwise, use the combine function EP_RegCheckAndSaveKey.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegSaveKey( char* Name, char* Key );

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

Show/Hide C++ function example

See function examples in the installation folder, Examples subfolder.