WLTrialExtGetStatus

<< 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.

Click to expand/collapseShow C/C++ function definition
Click to expand/collapseShow Delphi function definition
Click to expand/collapseShow Visual Basic Native function definition
Click to expand/collapseShow .NET function definition

 

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

 

WLTrialGetStatus