ITP_CREATE_REGISTRATION_REQUEST_CERTIFICATE_V3

Top  Previous  Next

This define creates registration request certificate for the e-mail registration service.

 

ITP_CREATE_REGISTRATION_REQUEST_CERTIFICATE_V3(IN wchar_t* pwcFilePath, IN wchar_t* pwcLicenseCode, OUT int iStatus);

 

Parameters

 

 pwcFilePath - pointer to the certificate path.

 pwcsLicense - pointer to the 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 CreateRegistrationRequestCertificateW(IN wchar_t* pwcFilePath, IN wchar_t* pchLicenseCode)

{

 int iStatus;

 ITP_CREATE_REGISTRATION_REQUEST_CERTIFICATE_V3(pwcFilePath, pchLicenseCode, iStatus);

 return iStatus == 1;

}

 

 





Copyright © 2015 IntelliProtector.com