RegisterSoftwareA |
Top Previous Next |
This function registers the protected software by the license code specified.
static BOOL RegisterSoftwareA(IN char* pchLicense)
Parameters
char* pchLicense - 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() { CString csLicense; csLicense = "IPR2-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ"; CIntelliProtector::RegisterSoftwareA(csLicense.GetBuffer(0)); }
|
Copyright © 2015 IntelliProtector.com |