|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlwin.h>

Public Member Functions | |
| CWndProcThunk () | |
| ~CWndProcThunk () | |
| BOOL | Init (WNDPROC proc, void *pThis) |
| WNDPROC | GetWNDPROC () |
Public Attributes | |
| thunkCode * | m_pthunk |
| _AtlCreateWndData | cd |
|
inline |
Definition at line 239 of file atlwin.h.
|
inline |
Definition at line 244 of file atlwin.h.
|
inline |
Definition at line 258 of file atlwin.h.
Referenced by ATL::CDialogImplBaseT< TBase >::StartDialogProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::StartWindowProc(), ATL::CContainedWindowT< TBase, TWinTraits >::StartWindowProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::SubclassWindow(), ATL::CContainedWindowT< TBase, TWinTraits >::SubclassWindow(), ATL::CWindowImplBaseT< TBase, TWinTraits >::UnsubclassWindow(), and ATL::CContainedWindowT< TBase, TWinTraits >::UnsubclassWindow().
Definition at line 250 of file atlwin.h.
Referenced by ATL::CWindowImplBaseT< TBase, TWinTraits >::Create(), ATL::CDialogImpl< T, TBase >::Create(), ATL::CDialogImpl< T, TBase >::DoModal(), ATL::CDialogImplBaseT< TBase >::StartDialogProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::StartWindowProc(), ATL::CContainedWindowT< TBase, TWinTraits >::StartWindowProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::SubclassWindow(), and ATL::CContainedWindowT< TBase, TWinTraits >::SubclassWindow().
| _AtlCreateWndData ATL::CWndProcThunk::cd |
Definition at line 236 of file atlwin.h.
Referenced by ATL::CWindowImplBaseT< TBase, TWinTraits >::Create(), ATL::CDialogImpl< T, TBase >::Create(), ATL::CDialogImpl< T, TBase >::DoModal(), and ATL::CPropertyPageImpl< T >::PropPageCallback().
| thunkCode* ATL::CWndProcThunk::m_pthunk |
Definition at line 235 of file atlwin.h.
Referenced by CWndProcThunk(), GetWNDPROC(), Init(), and ~CWndProcThunk().