GetTrialLaunchesLeftCount

Top  Previous  Next

Function returns count of free launches in the trial period, which are left after activation.

 

static int GetTrialLaunchesLeftCount();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns the number of trial launches left.

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::UpdateIntelliprotectorControls()

{

 int iTrialLaunchesLeftCount = CIntelliProtector::GetTrialLaunchesLeftCount();

 lTrialLaunchesLeft->Caption = IntToStr(iTrialLaunchesLeftCount);

}

 

 

 

 





Copyright © 2011 intelliprotector.com