Multiple Screens Functions (Windows CE 5.0)

Send Feedback

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

Multiple Screens Reference | Multiple Screens Application Development

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.