<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Miscellaneous Functions > WLIsProtected |
The WLIsProtected function returns if an application has been protected by WinLicense
bool WLIsProtected(void); |
function WLIsProtected():Boolean; stdcall; |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern Boolean WLIsProtected();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLIsProtected()as Boolean End Sub |
Parameters
This function has no parameters.
Return Values
If the application is protected, it will return True. If it is not protected, it will return False.