Share via


Multiple Screens Functions (Compact 2013)

3/26/2014

The following table shows the multiple screens functions, with a description of the purpose of each.

Function

Description

EnumDisplayMonitors

Enumerates screens that intersect a region formed by the intersection of a specified clipping rectangle and the visible region of a specified device context.

GetMonitorInfo

Retrieves information about a screen.

MonitorEnumProc

An application-defined callback function that is called by the EnumDisplayMonitors function.

MonitorFromPoint

Retrieves a handle to the screen that contains a specified point.

MonitorFromRect

Retrieves a handle to the screen that has the largest area of intersection with a specified rectangle.

MonitorFromWindow

Retrieves a handle to the screen that has the largest area of intersection with the bounding rectangle of a specified window.

See Also

Reference

Multiple Screens Reference

Other Resources

Multiple Screens