|
GetTrialDaysLeftCount |
Top |
|
This function returns how many days remain before the registration process. During these days the software is still in the trial mode.
static int GetTrialDaysLeftCount();
Parameters
No parameters.
Return value
Returns the number of trial days left.
Requirements
Header: IntelliProtector.h
Example
using namespace IntelliProtectorService; // ...
void ShowTrialDays() { int iTrialDaysLeftCount = CIntelliProtector::GetTrialDaysLeftCount(); CString csTrialDays; csTrialDays.Format(L"Trial is expires after %d days", iTrialDaysLeftCount); AfxMessageBox(csTrialDays); }
See Also
|
| Copyright © 2011 intelliprotector.com |