ITP_USE_REGISTRATION_RESPONSE_CERTIFICATE_V3

Top  Previous  Next

This define registers the software by the response certificate.

 

ITP_USE_REGISTRATION_RESPONSE_CERTIFICATE_V3(IN wchar_t* pwcFilePath, OUT int iStatus);

 

Parameters

 

 pwcFilePath - pointer to the response certificate path.

 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 UseRegistrationResponseCertificateW(IN wchar_t* pwcFilePath)

{

 int iStatus;

 ITP_USE_REGISTRATION_RESPONSE_CERTIFICATE_V3(pwcFilePath, iStatus);

 return iStatus == 1;

}

 

 





Copyright © 2015 IntelliProtector.com