win32api.EnumDisplayDevices

PyDISPLAY_DEVICE = EnumDisplayDevices(Device, DevNum , Flags )

Obtain information about the display devices in a system

Parameters

Device=None : string

Name of device, use None to obtain information for the display adapter(s) on the machine, based on DevNum

DevNum=0 : int

Index of device of interest, starting with zero

Flags=0 : int

Reserved, use 0 if passed in

Comments

Accepts keyword arguments