UseRegistrationResponseCertificateA |
Top Previous Next |
This function registers the software by the registration response certificate.
static BOOL UseRegistrationResponseCertificateA(IN char* pchFilePath);
Parameters
char* pchFilePath - certificate response path. Return value
Returns the status of operation (1: success, 0: error).
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void UseRegistrationResponseCertificate() { BOOL result = CIntelliProtector::UseRegistrationResponseCertificateA("c:\\temp\\certificate.dat"); if(result == FALSE) AfxMessageBox("Cannot register the software"); }
|
Copyright © 2015 IntelliProtector.com |