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