The MONITORINFO data structure receives information for the current video monitor.
typedef struct _MONITORINFO {
CHAR szMonitor[MAX_MONITOR_LEN]; /* Contains monitor information. */
MONITORMODEINFO MonitorModeInfo[MAX_MONITOR_MODES]; /* Contains information about the monitor mode. */
} MONITORINFO;
typedef MONITORINFO *FAR *PMONITORINFO;