ReactOS
0.4.15-dev-2355-gaf9df93
|
#include <atlwin.h>
Public Member Functions | |
HWND | Create (HWND hWndParent, _U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, _U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
![]() | |
CWindowImplBaseT () | |
virtual void | OnFinalMessage (HWND) |
BOOL | SubclassWindow (HWND hWnd) |
HWND | UnsubclassWindow (BOOL bForce=FALSE) |
virtual WNDPROC | GetWindowProc () |
LRESULT | DefWindowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) |
HWND | Create (HWND hWndParent, _U_RECT rect, LPCTSTR szWindowName, DWORD dwStyle, DWORD dwExStyle, _U_MENUorID MenuOrID, ATOM atom, LPVOID lpCreateParam) |
![]() | |
CWindowImplRoot () | |
virtual | ~CWindowImplRoot () |
![]() | |
virtual BOOL | ProcessWindowMessage (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT &lResult, DWORD dwMsgMapID)=0 |
Static Public Member Functions | |
static LPCTSTR | GetWndCaption () |
![]() | |
static DWORD | GetWndStyle (DWORD dwStyle) |
static DWORD | GetWndExStyle (DWORD dwExStyle) |
static LRESULT CALLBACK | StartWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Additional Inherited Members | |
![]() | |
enum | { WINSTATE_DESTROYED = 0x00000001 } |
![]() | |
WNDPROC | m_pfnSuperWindowProc |
![]() | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
|
inline |
Definition at line 1666 of file atlwin.h.
Referenced by _tWinMain(), and CreateNotificationBroker().
|
inlinestatic |