Manual
EP_RegHardwareIDWEP_RegHardwareIDW function serves for retrieving unique user PC information. See Registration Features - Hardware Lock panel for more details. Please note, to use this function you should enable UNICODE Registration Scheme at REGISTRATION FEATURES - Common panel. ParametersThe function does not have parameters Return ValueIf the function succeeds, the return value is a pointer to the null terminated unicode (wide) string. If the function fails, the return value is 0. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall PWCHAR EP_RegHardwareIDW(); Show/Hide Delphi function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\RegistrationUnicode subfolder. |