<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Trial Functions > WLTrialExtGetStatus |
The WLTrialExtGetStatus function retrieves information about a possible trial extension in the current application.
int WLTrialExtGetStatus(void); |
function WLTrialExtGetStatus():Integer; stdcall; |
Public Declare Function WLTrialExtGetStatus Lib "WinLicenseSDK.dll" () As Integer |
[C#] Kernel32.GetEnvironmentVariable("WLTrialExtGetStatus", [out] TrialExtStatus, 100);
[Visual Basic] GetEnvironmentVariable("WLTrialExtGetStatus", [out] TrialExtStatus, 100) |
Parameters
This function has no parameters.
Return Values
The return value is the trial extension status in the current application. The possible values are the followings:
•wlNoTrialExt (0) when the trial extension key not present.
•wlAppExtended (1) when the application is extended with trial extension key.
•wlInvalidTrialExt (2) when a trial extension key is invalid.
•wlNoMoreExt (3) when no more extension keys are allowed.
See Also