ReactOS 0.4.16-dev-1204-gb627a42
|
#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 3850 of file winuser.h.
Referenced by GetWindowInfo().
DWORD tagWINDOWINFO::cbSize |
Definition at line 3842 of file winuser.h.
Referenced by CalcChildScroll(), CFn_WMCommand(), DefWndNCHitTest(), do_click(), GetWindowInfo(), SetThemeRegion(), and ThemeInitDrawContext().
UINT tagWINDOWINFO::cxWindowBorders |
Definition at line 3848 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), ThemeDrawBorders(), and ThemeDrawMenuBar().
UINT tagWINDOWINFO::cyWindowBorders |
Definition at line 3849 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), SetThemeRegion(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawBorders(), ThemeDrawCaption(), and ThemeInitDrawContext().
DWORD tagWINDOWINFO::dwExStyle |
Definition at line 3846 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeCalculateCaptionButtonsPos(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
DWORD tagWINDOWINFO::dwStyle |
Definition at line 3845 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBar(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), and ThemePaintWindow().
DWORD tagWINDOWINFO::dwWindowStatus |
Definition at line 3847 of file winuser.h.
Referenced by GetWindowInfo().
RECT tagWINDOWINFO::rcClient |
Definition at line 3844 of file winuser.h.
Referenced by CalcChildScroll(), DefWndNCHitTest(), GetWindowInfo(), and SCROLL_DrawInterior().
RECT tagWINDOWINFO::rcWindow |
Definition at line 3843 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 3851 of file winuser.h.
Referenced by GetWindowInfo().