RenewLicenseCodeW |
Top Previous Next |
Function extends the expiration period of the license code by the renewal code. Unicode version.
static BOOL RenewLicenseCodeW(IN wchar_t* pwcsRenewalCode)
Parameters
wchar_t* pwcsRenewalCode - Buffer to the renewal code. Return value
Returns status of the renewal license code (1: success, 0: error).
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void RenewLicenseCode() { wchar_t[] renewalCode = L"IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ"; CIntelliProtector::RegisterSoftwareW(licenseCode); }
|
Copyright © 2015 IntelliProtector.com |