<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Trial Functions > WLTrialGlobalTimeLeft |
The WLTrialGlobalTimeLeft function retrieves the number of minutes left that an application can be executed before expiring.
int WLTrialGlobalTimeLeft(void); |
function WLTrialGlobalTimeLeft():Integer; stdcall; |
Public Declare Function WLTrialGlobalTimeLeft Lib "WinLicenseSDK.dll" () As Integer |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern int WLTrialGlobalTimeLeft();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLTrialGlobalTimeLeft() As Integer End Function |
Parameters
This function has no parameters.
Return Values
The return value is the number of minutes left before expiring.