|
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
Library: IntelliProtectorDummy.dll Source: UnitIntelliProtector.h
Example
#include "UnitIntelliProtector.h" using namespace IntelliProtectorService; //... void TFormMain::UpdateIntelliprotectorControls() { int iTrialLaunchesCount = CIntelliProtector::GetTrialLaunchesCount(); lTrialLaunchesTotal->Caption = IntToStr(iTrialLaunchesCount); }
|
| Copyright © 2011 intelliprotector.com |