|
GetRenewalPurchaseLinkW |
Top Previous Next |
|
This function returns the 'purchase renewal code' link. Unicode version.
static WideString GetRenewalPurchaseLinkW();
Parameters
No parameters.
Return value
Returns WideString value (renewal purchase link).
Requirements
Library: IntelliProtectorDummy.dll Source: UnitIntelliProtector.h
Example
#include "UnitIntelliProtector.h" using namespace IntelliProtectorService; //... void TFormMain::GetRenewalPurchaseLink() { lRenewalPurchaseLink->Caption = CIntelliProtector::GetRenewalPurchaseLinkW(); }
|
| Copyright © 2011 intelliprotector.com |