win32api.EnumDisplayMonitors
list = EnumDisplayMonitors(hdc, rcClip )
Lists display monitors for a given device context and area
Parameters
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)