ReactOS 0.4.16-dev-981-g80eb313
|
#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 3785 of file winuser.h.
Referenced by GetWindowInfo().
DWORD tagWINDOWINFO::cbSize |
Definition at line 3777 of file winuser.h.
Referenced by CalcChildScroll(), CFn_WMCommand(), DefWndNCHitTest(), do_click(), GetWindowInfo(), SetThemeRegion(), and ThemeInitDrawContext().
UINT tagWINDOWINFO::cxWindowBorders |
Definition at line 3783 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), ThemeDrawBorders(), and ThemeDrawMenuBar().
UINT tagWINDOWINFO::cyWindowBorders |
Definition at line 3784 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), CTrayWindow::IsPointWithinStartButton(), SetThemeRegion(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawBorders(), ThemeDrawCaption(), and ThemeInitDrawContext().
DWORD tagWINDOWINFO::dwExStyle |
Definition at line 3781 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeCalculateCaptionButtonsPos(), ThemeCalculateCaptionButtonsPosEx(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
DWORD tagWINDOWINFO::dwStyle |
Definition at line 3780 of file winuser.h.
Referenced by DefWndNCHitTest(), GetWindowInfo(), SetThemeRegion(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawScrollBar(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), and ThemePaintWindow().
DWORD tagWINDOWINFO::dwWindowStatus |
Definition at line 3782 of file winuser.h.
Referenced by GetWindowInfo().
RECT tagWINDOWINFO::rcClient |
Definition at line 3779 of file winuser.h.
Referenced by CalcChildScroll(), DefWndNCHitTest(), GetWindowInfo(), and SCROLL_DrawInterior().
RECT tagWINDOWINFO::rcWindow |
Definition at line 3778 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 3786 of file winuser.h.
Referenced by GetWindowInfo().