RegisterSoftwareW |
Top Previous Next |
This function registers the protected software by the license code specified. Unicode version.
static BOOL RegisterSoftwareW(IN wchar_t* pwcsLicense)
Parameters
wchar_t* pwcsLicense - Buffer to the license code. Return value
Returns status of the software registration (1: success, 0: error).
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void RegisterSoftware() { wchar_t[] licenseCode = L"IPR2-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ"; CIntelliProtector::RegisterSoftwareW(licenseCode); }
|
Copyright © 2015 IntelliProtector.com |