<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Trial Functions > WLTrialExpireTrial |
The WLTrialExpireTrial function expires the trial period in the current application. This function is rarely called by some applications to abnormally finish the trial period when a critical situation has been found. When this function is called, the next time that an application is executed, its trial period will be expired.
bool WLTrialExpireTrial(void); |
function WLTrialExpireTrial():Boolean; stdcall; |
Public Declare Function WLTrialExpireTrial Lib "WinLicenseSDK.dll" () As Boolean |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern bool WLTrialExpireTrial();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLTrialExpireTrial() As Boolean End Function |
Parameters
This function has no parameters.
Return Values
If the function succeeds, the return value is True.
If the function fails, the return value is False.