Manual
EP_RegCheckKeyWEP_RegCheckKeyW function serves for verifying registration information. It has the same functionality as EP_RegCheckKey, but is used for processing unicode (wide) strings data. Please note, to use this function you have to enable UNICODE Registration Scheme at REGISTRATION FEATURES - Common panel. Parameters
Return ValueIf the function succeeds, the return value is 1. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegCheckKeyW( wchar_t* Name, wchar_t* Key ); Show/Hide Delphi function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\RegistrationUnicode subfolder. |