Go to the source code of this file.
Defines | |
#define | Int32x32To32(x, y) ((x) * (y)) |
#define | BEGIN_EXCEPTION_HANDLER try { |
#define | END_EXCEPTION_HANDLER |
#define | END_EXCEPTION_HANDLER_EMPTY |
#define | MONITORFROMPOINTALGORITHM(SUMSQUARESMAX, SUMSQUARESTYPE, POINTMULTIPLY) |
#define | MONITORFROMRECTALGORITHM(SUMSQUARESMAX, SUMSQUARESTYPE, POINTMULTIPLY) |
Functions | |
PMONITOR | _MonitorFromPoint (POINT pt, DWORD dwFlags) |
PMONITOR | _MonitorFromRect (LPCRECT lprc, DWORD dwFlags) |
PMONITOR | _MonitorFromWindow (PWND pwnd, DWORD dwFlags) |
|
Definition at line 23 of file mmrtl.c. Referenced by _MonitorFromPoint(), _MonitorFromRect(), and _MonitorFromWindow(). |
|
Value:
Definition at line 24 of file mmrtl.c. Referenced by _MonitorFromPoint(), _MonitorFromRect(), and _MonitorFromWindow(). |
|
Value:
Definition at line 28 of file mmrtl.c. Referenced by _MonitorFromPoint(). |
|
Definition at line 12 of file mmrtl.c. Referenced by _MonitorFromPoint(), and _MonitorFromWindow(). |
|
Referenced by _MonitorFromPoint(). |
|
Referenced by _MonitorFromRect(), and _MonitorFromWindow(). |
|
Definition at line 56 of file mmrtl.c. References BEGIN_EXCEPTION_HANDLER, tagDISPLAYINFO::cMonitors, dwFlags, tagMONITOR::dwMONFlags, END_EXCEPTION_HANDLER, END_EXCEPTION_HANDLER_EMPTY, FALSE, GetDispInfo(), GetPrimaryMonitor(), Int32x32To32, MONF_VISIBLE, MONITORFROMPOINTALGORITHM, NULL, tagMONITOR::pMonitorNext, PtInRect(), REBASESHAREDPTR, REBASESHAREDPTRALWAYS, and UINT. Referenced by _MonitorFromRect(), ClipPointToDesktop(), InternalCreateDialog(), MonitorFromPoint(), TooltipGetPosition(), and xxxTrackPopupMenuEx().
|
|
Definition at line 221 of file mmrtl.c. References _MonitorFromPoint(), BEGIN_EXCEPTION_HANDLER, tagDISPLAYINFO::cMonitors, dwFlags, tagMONITOR::dwMONFlags, END_EXCEPTION_HANDLER, EqualRect, GetDispInfo(), GetPrimaryMonitor(), IntersectRect(), IsRectEmpty(), MONF_VISIBLE, MONITORFROMRECTALGORITHM, NULL, tagMONITOR::pMonitorNext, tagDISPLAYINFO::rcScreen, REBASESHAREDPTR, and REBASESHAREDPTRALWAYS. Referenced by _GetWindowPlacement(), CkptRestore(), CreateSpb(), DefDlgProcWorker(), InternalCreateDialog(), MonitorFromRect(), xxxCheckFullScreen(), xxxMNPositionHierarchy(), xxxMS_TrackMove(), xxxSetInternalWindowPos(), xxxSetWindowPlacement(), and xxxSystemParametersInfo().
|
|
Definition at line 426 of file mmrtl.c. References BEGIN_EXCEPTION_HANDLER, END_EXCEPTION_HANDLER, Int32x32To32, MONITORFROMRECTALGORITHM, and UINT. Referenced by FixBogusSWP(), GetDialogMonitor(), IsSmallerThanScreen(), MonitorFromWindow(), SelectWindowRgn(), ValidatePositionableWindow(), xxxCBShowListBoxWindow(), xxxCheckFullScreen(), xxxCreateWindowEx(), xxxFreeWindow(), xxxInitSendValidateMinMaxInfo(), xxxMenuWindowProc(), xxxMNPositionHierarchy(), and xxxSetTrayWindow().
|