This section provides a complete description of the steps you need to follow in order to activate your copy of the HHD Software USB Monitoring Control.
First, you need to have an account in our internal database, which means that the product must already be purchased. If you haven't purchased it yet, please follow to the product's homepage.
Below is the Activation window.
You need to provide a full path to the license file in order to activate the USBMC. You can enter the path manually, or click the Browse button.
You can also install a license file from code. The following methods are available:
IUsbMonitor.InstallLicense, IUsbMonitor.InstallLicenseInMemory and IUsbMonitor.InstallLicenseInMemoryNative methods install a license file contained in a file or in a memory buffer.
IUsbMonitor.DisplayActivationDialog method displays an activation dialog, allowing a user to specify the license file to activate the library.
The library exports a function with a following signature:
extern "C" void __stdcall DisplayActivationDialogW(HWND hwnd, HINSTANCE hInstance, LPCTSTR, int);
The signature of the function is compatible with rundll32.exe
utility program. It displays an activation dialog, allowing a user to specify the license file to activate the library.