Logo ROOT   6.08/07
Reference Guide
Functions | Variables
TWin32SplashThread.cxx File Reference
#include "Windows4Root.h"
#include "TWin32SplashThread.h"
Include dependency graph for TWin32SplashThread.cxx:

Functions

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

Variables

TWin32SplashThreadgSplash = 0
 

Function Documentation

◆ CreateSplash()

void CreateSplash ( DWORD  time,
BOOL  extended 
)

◆ DestroySplashScreen()

void DestroySplashScreen ( )

◆ HandleSplashThread()

static 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.