ReactOS 0.4.16-dev-522-gb68104a
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
RECT | rcWindow |
RECT | rcClient |
DWORD | dwStyle |
DWORD | dwExStyle |
DWORD | dwWindowStatus |
UINT | cxWindowBorders |
UINT | cyWindowBorders |
ATOM | atomWindowType |
WORD | wCreatorVersion |
ATOM tagWINDOWINFO::atomWindowType |
Definition at line 3777 of file winuser.h.
Referenced by GetWindowInfo().
DWORD tagWINDOWINFO::cbSize |
Definition at line 3769 of file winuser.h.
Referenced by CalcChildScroll(), CFn_WMCommand(), DefWndNCHitTest(), do_click(), GetWindowInfo(), SetThemeRegion(), and ThemeInitDrawContext().
UINT tagWINDOWINFO::cxWindowBorders |
Definition at line 3775 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), ThemeDrawBorders(), and ThemeDrawMenuBar().
UINT tagWINDOWINFO::cyWindowBorders |
Definition at line 3776 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), SetThemeRegion(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawBorders(), ThemeDrawCaption(), and ThemeInitDrawContext().
DWORD tagWINDOWINFO::dwExStyle |
Definition at line 3773 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeCalculateCaptionButtonsPos(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
DWORD tagWINDOWINFO::dwStyle |
Definition at line 3772 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBar(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), and ThemePaintWindow().
DWORD tagWINDOWINFO::dwWindowStatus |
Definition at line 3774 of file winuser.h.
Referenced by GetWindowInfo().
RECT tagWINDOWINFO::rcClient |
Definition at line 3771 of file winuser.h.
Referenced by CalcChildScroll(), DefWndNCHitTest(), GetWindowInfo(), and SCROLL_DrawInterior().
RECT tagWINDOWINFO::rcWindow |
Definition at line 3770 of file winuser.h.
Referenced by CFn_WMCommand(), DefWndNCHitTest(), do_click(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), SCROLL_DrawInterior(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawScrollBarEx(), ThemeDrawScrollBarsGrip(), and ThemeInitDrawContext().
WORD tagWINDOWINFO::wCreatorVersion |
Definition at line 3778 of file winuser.h.
Referenced by GetWindowInfo().