Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_SplashScreenShow

The EP_SplashScreenShow function forces showing of a splash screen. If the Splash Screen is already shown, the function does nothing. It returns a handle of the Splash Screen window, you may place your own controls onto this window. Splash Screen feature should be enabled, otherwise the function will fail, see MISCELLANEOUS - Splash Screen.

Return Value

The function returns the handle of the splash screen window, or zero if it fails.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall int EP_SplashScreenShow();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

See examples in the Examples\SplashScreen folder.