ITP_RENEW_LICENSE_CODE_V3 |
Top Previous Next |
Function extends the expiration period of the license code by the renewal code.
ITP_RENEW_LICENSE_CODE_V3(wchar_t* pwcsRenewalCode, OUT int iStatus);
Parameters
pwcsRenewalCode - pointer to a renewal code. iStatus - Status of the operation. [1: Success, 0: Error]
Return
Returns nothing. The output variable (iStatus) will get the status.
Requirements
Header: IntelliProtectorDeclarations.h
Example
BOOL RenewLicenseCodeW(IN wchar_t* pwcsRenewalCode) { int iStatus; ITP_RENEW_LICENSE_CODE_V3(pwcsRenewalCode, iStatus); return iStatus == 1; }
|
Copyright © 2015 IntelliProtector.com |