ReactOS 0.4.16-dev-533-gc7d1aa3
|
Public Member Functions | |
CDesktopThread () | |
~CDesktopThread () | |
HRESULT | Initialize (ITrayWindow *pTray) |
void | Destroy () |
Private Member Functions | |
DWORD | DesktopThreadProc () |
Static Private Member Functions | |
static DWORD WINAPI | s_DesktopThreadProc (LPVOID lpParameter) |
Private Attributes | |
CComPtr< ITrayWindow > | m_Tray |
HANDLE | m_hInitEvent |
HANDLE | m_hThread |
DWORD | m_ThreadId |
Definition at line 23 of file desktop.cpp.
CDesktopThread::CDesktopThread | ( | ) |
Definition at line 44 of file desktop.cpp.
CDesktopThread::~CDesktopThread | ( | ) |
Definition at line 52 of file desktop.cpp.
|
private |
Definition at line 143 of file desktop.cpp.
Referenced by s_DesktopThreadProc().
void CDesktopThread::Destroy | ( | ) |
Definition at line 117 of file desktop.cpp.
Referenced by ~CDesktopThread().
HRESULT CDesktopThread::Initialize | ( | ITrayWindow * | pTray | ) |
Definition at line 57 of file desktop.cpp.
Referenced by DesktopCreateWindow().
Definition at line 179 of file desktop.cpp.
Referenced by Initialize().
|
private |
Definition at line 27 of file desktop.cpp.
Referenced by DesktopThreadProc(), Destroy(), and Initialize().
|
private |
Definition at line 28 of file desktop.cpp.
Referenced by Destroy(), and Initialize().
|
private |
Definition at line 29 of file desktop.cpp.
Referenced by Destroy(), and Initialize().
|
private |
Definition at line 26 of file desktop.cpp.
Referenced by DesktopThreadProc(), Destroy(), and Initialize().