Manual
EP_RegHardwareIDEP_RegHardware function serves for retrieving unique user PC information. See Registration Features - Hardware Lock panel for more detailed information. ParametersThe function does not have parameters Return ValueIf the function succeeds, the return value is a pointer to the null terminated ANSI string. If the function fails, the return value is 0. RemarkUNICODE Registration Scheme should be disabled at REGISTRATION FEATURES - Common panel. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall PANSICHAR EP_RegHardwareID(); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition ExamplesShow/Hide Delphi function example Show/Hide C++ function example See function examples in the installation folder, Examples subfolder. |