Public Member Functions |
| | CWindow (HWND hWnd=NULL) |
| | operator HWND () const |
| HDC | BeginPaint (LPPAINTSTRUCT lpPaint) |
| BOOL | DestroyWindow () |
| void | EndPaint (LPPAINTSTRUCT lpPaint) |
| BOOL | GetClientRect (LPRECT lpRect) const |
| CWindow | GetParent () const |
| BOOL | Invalidate (BOOL bErase=TRUE) |
| BOOL | InvalidateRect (LPCRECT lpRect, BOOL bErase=TRUE) |
| BOOL | IsWindow () const |
| BOOL | KillTimer (UINT_PTR nIDEvent) |
| BOOL | LockWindowUpdate (BOOL bLock=TRUE) |
| BOOL | ScreenToClient (LPPOINT lpPoint) const |
| LRESULT | SendMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0) |
| HWND | SetCapture () |
| HWND | SetFocus () |
| UINT_PTR | SetTimer (UINT_PTR nIDEvent, UINT nElapse, void(CALLBACK *lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)=NULL) |
| BOOL | SetWindowPos (HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags) |
| BOOL | SetWindowText (LPCTSTR lpszString) |
| BOOL | ShowWindow (int nCmdShow) |
| BOOL | UpdateWindow () |
Static Public Member Functions |
| static LPCTSTR | GetWndClassName () |
| static LRESULT | SendMessage (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Data Fields |
| HWND | m_hWnd |
Static Public Attributes |
| static RECT | rcDefault |
Definition at line 215 of file atlwin.h.