#include "Windows4Root.h"
#include "TWin32SplashThread.h"
Go to the source code of this file.
Functions | |
void | CreateSplash (DWORD time, BOOL extended) |
void | DestroySplashScreen () |
static DWORD WINAPI | HandleSplashThread (LPVOID extended) |
Variables | |
TWin32SplashThread * | gSplash = 0 |
void CreateSplash | ( | DWORD | time, | |
BOOL | extended | |||
) |
Referenced by HandleSplashThread().
void DestroySplashScreen | ( | ) |
Referenced by TWin32SplashThread::~TWin32SplashThread().
static DWORD WINAPI HandleSplashThread | ( | LPVOID | extended | ) | [static] |
Definition at line 19 of file TWin32SplashThread.cxx.
References CreateSplash(), and gSplash.
Referenced by TWin32SplashThread::TWin32SplashThread().
Definition at line 13 of file TWin32SplashThread.cxx.