ReactOS 0.4.16-dev-1044-ga6558c0
|
#include <CLoaderWnd.h>
Public Member Functions | |
CLoaderWnd () | |
~CLoaderWnd () | |
BOOL | Init () |
HWND | CreateWnd () |
Public Attributes | |
HWND | m_hWnd |
Static Public Attributes | |
static BOOL | s_bUninitedSystem = FALSE |
static BOOL | s_bWndClassRegistered = FALSE |
Static Protected Member Functions | |
static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Definition at line 10 of file CLoaderWnd.h.
|
inline |
Definition at line 17 of file CLoaderWnd.h.
|
inline |
Definition at line 18 of file CLoaderWnd.h.
HWND CLoaderWnd::CreateWnd | ( | ) |
BOOL CLoaderWnd::Init | ( | ) |
Definition at line 15 of file CLoaderWnd.cpp.
Referenced by InitApp().
|
staticprotected |
Definition at line 44 of file CLoaderWnd.cpp.
Referenced by Init().
HWND CLoaderWnd::m_hWnd |
Definition at line 13 of file CLoaderWnd.h.
Referenced by CreateWnd(), and InitApp().
Definition at line 14 of file CLoaderWnd.h.
Referenced by _tWinMain(), and WindowProc().
Definition at line 15 of file CLoaderWnd.h.
Referenced by Init().