Manual
EP_RegSaveKeyAEP_RegSaveKeyA function serves for saving the registration information. It is a duplicate and has the same functionality as the EP_RegSaveKey function. Parameters
Return ValueIf the function succeeds, the return value is 1. If the function fails, the return value is 0. RemarkThe function only saves the registration information. To make sure you save the correct registration information, you should verify it by means of the EP_RegCheckKeyA function. Otherwise, use the combine function EP_RegCheckAndSaveKeyA. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegSaveKeyA( char* Name, char* Key ); Show/Hide Delphi function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples subfolder. |