|
GetTrialLaunchesCount |
Top Previous Next |
|
Function returns count of free launches in the trial period.
static int GetTrialLaunchesCount();
Parameters
No parameters.
Return value
Returns count of launches which are available in the trial period.
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void ShowTrialLaunches() { int iTrialLauchesCount = CIntelliProtector::GetTrialLaunchesCount(); CString csTrialLaunches; csTrialLaunches.Format(L"Trial launches: %d", iTrialLauchesCount); AfxMessageBox(csTrialDays); }
|
| Copyright © 2011 intelliprotector.com |