ReactOS
0.4.15-dev-5606-gf34e425
|
#include <atlwin.h>
Public Types | |
enum | { WINSTATE_DESTROYED = 0x00000001 } |
Public Member Functions | |
CWindowImplRoot () | |
virtual | ~CWindowImplRoot () |
![]() | |
virtual BOOL | ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult, DWORD dwMsgMapID)=0 |
Public Attributes | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
anonymous enum |
|
inline |
|
inlinevirtual |
DWORD ATL::CWindowImplRoot< TBase >::m_dwState |
Definition at line 1375 of file atlwin.h.
Referenced by ATL::CDialogImplBaseT< CWindow >::DialogProc(), CShellBrowser::WindowProc(), and ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::WindowProc().
const _ATL_MSG* ATL::CWindowImplRoot< TBase >::m_pCurrentMsg |
Definition at line 1374 of file atlwin.h.
Referenced by ATL::CDialogImplBaseT< CWindow >::DialogProc(), CShellBrowser::WindowProc(), and ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::WindowProc().
CWndProcThunk ATL::CWindowImplRoot< TBase >::m_thunk |
Definition at line 1373 of file atlwin.h.
Referenced by ATL::CDialogImpl< CSearchBar >::Create(), ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::Create(), ATL::CDialogImpl< CSearchBar >::DoModal(), ATL::CPropertyPageImpl< CExtractSettingsPage >::PropPageCallback(), ATL::CDialogImplBaseT< CWindow >::StartDialogProc(), ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::StartWindowProc(), ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::SubclassWindow(), and ATL::CWindowImplBaseT< CToolbar< TASK_ITEM >, CControlWinTraits >::UnsubclassWindow().