GetSupportExpirationDaysLeftCount

Top  Previous  Next

This function returns how many days remain before registration. During these days the software is still in the trial mode.

 

static int GetSupportExpirationDaysLeftCount();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns count of days which are remain before the support period expires.

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::UpdateIntelliprotectorControls()

{

 int iSEDaysLeftCount = CIntelliProtector::GetSupportExpirationDaysLeftCount();

 lSEDaysLeftCount->Caption = IntToStr(iSEDaysLeftCount);

}

 

 





Copyright © 2011 intelliprotector.com