Manual
EP_RegCheckKeyAEP_RegCheckKeyA function serves for verifying registration information. It is a duplicate and has the same functionality as the EP_RegCheckKey function. Parameters
Return ValueIf the function succeeds, the return value is 1. If the function fails, the return value is 0. RemarkUNICODE Registration Scheme should be disabled at REGISTRATION FEATURES - Common panel.
Definition
extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegCheckKeyA( char* Name, char* Key );
See function examples in the installation folder, Examples subfolder. |