|
ITP_GET_LICENSE_TYPE_V3 |
Top Previous Next |
|
This definition returns a license type identifier for the purchased license code. By default, project has only one license type (Full version, iTypeID = 1). If you need more than one license type you should add them manually on the Purchases tab page.
ITP_GET_LICENSE_TYPE_V3(int iTypeID);
Parameters
iTypeID - type of license code. iTypeID == -1 if no license code available (software works in the trial period)
Return
Returns nothing. The output value (iTypeID) will get the license type identifier.
Requirements
Header: IntelliProtectorDeclarations.h
Example
int GetLicenseTypeID() { int iType = -1; ITP_GET_LICENSE_TYPE_V2(iType);
return iType; }
|
| Copyright © 2011 intelliprotector.com |