win32api.EnumDisplayMonitors

list = EnumDisplayMonitors(hdc, rcClip )

Lists display monitors for a given device context and area

Parameters

hdc=None : PyHANDLE

Handle to device context, use None for virtual desktop

rcClip=None : PyRECT

Clipping rectangle, can be None

Comments

Accepts keyword arguments

Return Value

Returns a sequence of tuples. For each monitor found, returns a handle to the monitor, device context handle, and intersection rectangle: (hMonitor, hdcMonitor, PyRECT)