![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
MONITORMODEINFO
Contains information on the types of monitor modes.
typedef struct _MONITORMODEINFO {
USHORT usXResolution; /* Horizontal pixels. */
USHORT usYResolution; /* Vertical scan lines. */
BYTE bVertRefresh; /* Vertical refresh rate. */
BYTE bHorizRefresh; /* Horizontal refresh rate. */
BYTE bVPolarityPos; /* Vertical polarity. */
BYTE bHPolarityPos; /* Horizontal polarity. */
USHORT usScrnTop; /* Vertical blanking away from the top, in line counts. */
USHORT usScrnBottom; /* Vertical blanking away from the bottom, in line counts. */
USHORT usScrnLeft; /* Horizontal blanking away from the left, in pixel counts. */
USHORT usScrnRight; /* Horizontal blanking away from the right, in pixel counts. */
} MONITORMODEINFO;
typedef MONITORMODEINFO *FAR *PMONITORMODEINFO;
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs