RenewLicenseCodeA |
Top Previous Next |
Function extends the expiration period of the license code by the renewal code.
static BOOL RenewLicenseCodeA(IN char* pchRenewalCode)
Parameters
char* pchRenewalCode - 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() { CString csRenewalCode; csRenewalCode = "IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ"; CIntelliProtector::RenewLicenseCodeA(csRenewalCode.GetBuffer(0)); }
|
Copyright © 2015 IntelliProtector.com |