|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winuser.h>

Public Attributes | |
| DWORD | cbSize |
| RECT | rcMonitor |
| RECT | rcWork |
| DWORD | dwFlags |
| WCHAR | szDevice [CCHDEVICENAME] |
| DWORD tagMONITORINFOEXW::cbSize |
Definition at line 3908 of file winuser.h.
Referenced by GetMonitorInfoA(), NtUserGetMonitorInfo(), and test_monitors().
| DWORD tagMONITORINFOEXW::dwFlags |
Definition at line 3911 of file winuser.h.
Referenced by NtUserGetMonitorInfo().
| RECT tagMONITORINFOEXW::rcMonitor |
Definition at line 3909 of file winuser.h.
Referenced by NtUserGetMonitorInfo().
| RECT tagMONITORINFOEXW::rcWork |
Definition at line 3910 of file winuser.h.
Referenced by NtUserGetMonitorInfo().
| WCHAR tagMONITORINFOEXW::szDevice[CCHDEVICENAME] |
Definition at line 3912 of file winuser.h.
Referenced by GetMonitorInfoA(), and NtUserGetMonitorInfo().