Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TWin32SplashThread.cxx File Reference
#include "Windows4Root.h"
#include "TWin32SplashThread.h"

Functions

void CreateSplash (DWORD time, bool extended)
void DestroySplashScreen ()
static DWORD WINAPI HandleSplashThread (LPVOID extended)
 thread for handling Splash Screen

Variables

TWin32SplashThreadgSplash = 0

Function Documentation

◆ CreateSplash()

void CreateSplash ( DWORD time,
bool extended )
extern

◆ DestroySplashScreen()

void DestroySplashScreen ( )
extern

◆ HandleSplashThread()

DWORD WINAPI HandleSplashThread ( LPVOID extended)
static

thread for handling Splash Screen

Definition at line 21 of file TWin32SplashThread.cxx.

Variable Documentation

◆ gSplash

TWin32SplashThread* gSplash = 0

Definition at line 13 of file TWin32SplashThread.cxx.