|
ITP_GET_REGISTRATION_TYPE_V3 |
Top Previous Next |
|
This call says which type of registration is set (registered or not registered).
ITP_GET_REGISTRATION_TYPE_V3(int iType);
Parameters
iType - type of registration.
iType == 1 Software is not registered. iType == 2 Software is registered.
Return
Returns nothing.
Requirements
Header: IntelliProtectorDeclarations.h
Example
BOOL IsSoftwareRegistered() { int iType = 0; ITP_GET_REGISTRATION_TYPE_V3(iType);
return iType == 2; }
|
| Copyright © 2011 intelliprotector.com |