IsTrialElapsed

Top  Previous  Next

Gets the value indicating the status of the trial period - whether it is elapsed or not.

 

static BOOL IsTrialElapsed();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns TRUE if trial is over.

 Returns FALSE if trial is not over or if software is registered.

 

Requirements

 

 Header: IntelliProtector.h

 

Example

 

using namespace IntelliProtectorService;

// ...

 

void CanIRun()

{

 if(CIntelliProtector::IsTrialElapsed())

         return;

 

 AfxMessageBox(L"I can work.");        

}

 

 

 





Copyright © 2015 IntelliProtector.com