<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Trial Functions > WLTrialExtGetLevel |
The WLTrialExtGetLevel function retrieves the current trial extension level.
int WLTrialExtGetLevel(void); |
function WLTrialExtGetLevel():Integer; stdcall; |
Public Declare Function WLTrialExtGetLevel Lib "WinLicenseSDK.dll" () As Integer |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern int WLTrialExtGetLevel();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLTrialExtGetLevel() As Integer End Function |
Parameters
This function has no parameters.
Return Values
The return value is the current trial extension level. If no trial extension is found, the return value is zero.