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