#include <Splasher.h>
Static Public Member Functions | |
| static BOOL | PreTranslateAppMessage (MSG *pMsg) |
Protected Member Functions | |
| CSplashThread () | |
| virtual | ~CSplashThread () |
| virtual BOOL | InitInstance () |
Protected Attributes | |
| CRuntimeClass * | m_pRuntimeClassSplashWnd |
| CSplashWnd * | m_pSplashScreen |
| CEvent | m_SplashCreated |
| BOOL | m_bInitOK |
Friends | |
| class | CSplashFactory |
| CSplashThread::CSplashThread | ( | ) | [protected] |
| CSplashThread::~CSplashThread | ( | ) | [protected, virtual] |
| BOOL CSplashThread::InitInstance | ( | ) | [protected, virtual] |
| BOOL CSplashThread::PreTranslateAppMessage | ( | MSG * | pMsg | ) | [static] |
friend class CSplashFactory [friend] |
CRuntimeClass* CSplashThread::m_pRuntimeClassSplashWnd [protected] |
CSplashWnd* CSplashThread::m_pSplashScreen [protected] |
CEvent CSplashThread::m_SplashCreated [protected] |
BOOL CSplashThread::m_bInitOK [protected] |
1.5.1-p1