CreateRegistrationRequestCertificateA |
Top Previous Next |
This function creates registration request certificate for the e-mail registration service.
static BOOL CreateRegistrationRequestCertificateA(IN char* pchFilePath, IN char* pchLicenseCode);
Parameters
char* pchFilePath - certificate request path.
Return value
Returns the status of operation (1: success, 0: error).
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void CreateRegistrationRequestCertificate() { BOOL result = CIntelliProtector::CreateRegistrationRequestCertificateA("c:\\temp\\certificate.dat", "123123-123123-123123"); if(result == FALSE) AfxMessageBox("Cannot create the request certificate"); }
|
Copyright © 2015 IntelliProtector.com |