Manual
EP_RegHardwareIDAEP_RegHardwareIDA function serves for retrieving unique user PC information. See Registration Features - Hardware Lock panel for more details. 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_RegHardwareIDA(); Show/Hide Delphi function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples subfolder. |