<< Click to Display Table of Contents >> Navigation: WinLicense > WinLicense SDK > Miscellaneous Functions > WLSplashHide |
The WLSplashHide function hides the splash screen that was displayed by WinLicense. When WinLicense detects that the function WLSplashHide is called from inside your application, WinLicense will not close the splash screen according to the values selected in the Advanced Options panel (Splash Settings). The splash will be closed as soon as the WLSplashHide is called from the protected application.
NOTE: This function is not currently supported in .NET applications.
void WLSplashHide (); |
procedure WLSplashHide (); |
[C#] [DllImport(WINLICENSE_SDK_DLL, CallingConvention = CallingConvention.StdCall)] public static extern void WLSplashHide();
[Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Sub WLSplashHide() End Sub |
Parameters
This function has no parameters.
Remarks
This function has not effect in unprotected state.