GetTrialDaysLeftCount |
Top Previous Next |
Function returns quantity of free launches in the trial period, which are left after activation.
static int GetTrialLaunchesLeftCount();
Parameters
No parameters.
Return value
Returns the quantity of trial launches left.
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void ShowTrialDays() { int iTrialLaunchesLeftCount = CIntelliProtector::GetTrialLaunchesLeftCount(); CString csTrialLaunches; csTrialLaunches.Format(L"Trial launches left %d", iTrialLaunchesLeftCount); AfxMessageBox(csTrialLaunches); }
|
Copyright © 2015 IntelliProtector.com |