|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _MONITOR |
Typedefs | |
| typedef struct _MONITOR | MONITOR |
| typedef struct _MONITOR * | PMONITOR |
Functions | |
| NTSTATUS NTAPI | UserAttachMonitor (IN HDEV hDev) |
| NTSTATUS NTAPI | UserDetachMonitor (HDEV hDev) |
| NTSTATUS NTAPI | UserUpdateMonitorSize (IN HDEV hDev) |
| PMONITOR NTAPI | UserGetMonitorObject (IN HMONITOR) |
| PMONITOR NTAPI | UserGetPrimaryMonitor (VOID) |
| PMONITOR NTAPI | UserMonitorFromRect (PRECTL, DWORD) |
| PMONITOR FASTCALL | UserMonitorFromPoint (POINT, DWORD) |
Definition at line 129 of file monitor.c.
Referenced by co_IntInitializeDesktopGraphics().
Definition at line 74 of file monitor.c.
Referenced by InitThreadCallback(), IntFixWindowCoordinates(), NtUserGetMonitorInfo(), UserMonitorFromPoint(), and UserMonitorFromRect().
Definition at line 102 of file monitor.c.
Referenced by co_UserExcludeUpdateRgn(), co_WinPosGetMinMaxInfo(), IntFixWindowCoordinates(), IntIsWindowFullscreen(), SpiGetSet(), and UserGetDesktopDC().
Definition at line 469 of file monitor.c.
Referenced by IntGetWindowPlacement(), make_rect_onscreen(), SpiGetSet(), and WinPosInitInternalPos().
Definition at line 225 of file monitor.c.
Referenced by co_IntInitializeDesktopGraphics(), UserAttachMonitor(), and UserChangeDisplaySettings().