Share via


Multiple Screens Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Programming element Description

EnumDisplayMonitors

This function 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

This function retrieves information about a screen.

MonitorEnumProc

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

MonitorFromPoint

This function retrieves a handle to the screen that contains a specified point.

MonitorFromRect

This function retrieves a handle to the screen that has the largest area of intersection with a specified rectangle.

MonitorFromWindow

This function 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

Concepts

Multiple Screens Application Development