WLTrialDebugCheck

<< Click to Display Table of Contents >>

Navigation:  WinLicense > WinLicense SDK > Trial Functions >

WLTrialDebugCheck

The WLTrialDebugCheck function checks if the application was protected with the option "Trial Debug Mode" enabled. This function allows you to check from your application that you are not releasing an application protected in "Trial Debug Mode" by mistake.

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

 

If the application was protected with option "Trial Debug Mode" checked, the return value is True.

 

If the application was protected with option "Trial Debug Mode" unchecked, the return value is False.