Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_RegHardwareIDW

EP_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.

Parameters

The function does not have parameters

Return Value

If 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.

Definition

Show/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.