Manual
EP_RegSaveKeyWEP_RegSaveKeyW function serves for saving the registration information. It has the same functionality as EP_RegSaveKey, but is used for processing the unicode (wide) strings data. Please note, to use this function you must enable UNICODE Registration Scheme at REGISTRATION FEATURES - Common 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_RegCheckKeyW function. Otherwise, use the combine function EP_RegCheckAndSaveKeyW. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegSaveKeyW( 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. |