ITP_REGISTER_SOFTWARE_V3

Top  Previous  Next

Function register's the protected software by the license code provided.

 

ITP_REGISTER_SOFTWARE_V3(wchar_t* pwcsLicense, OUT int iStatus);

 

Parameters

 

 pwcsLicense - pointer to a license 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 RegisterSoftwareW(IN wchar_t* pwcsLicense)

{

 int iStatus;

 ITP_REGISTER_SOFTWARE_V3(pwcsLicense, iStatus);

 return iStatus == 1;

}

 

 

 





Copyright © 2015 IntelliProtector.com