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