UseRegistrationResponseCertificateW |
Top Previous Next |
This function registers the software by the registration response certificate. Unicode version.
static BOOL CreateRegistrationRequestCertificateW(IN wchar_t* pwcsFilePath);
Parameters
wchar_t* pwcsFilePath - 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::UseRegistrationResponseCertificateW(L"c:\\temp\\certificate.dat"); if(result == FALSE) AfxMessageBox(L"Cannot register the software"); }
|
Copyright © 2015 IntelliProtector.com |