Data Fields | |
int | iAdapterIndex |
Adapter index. | |
ADLDisplayID | displayID |
Display IDs. | |
int | iXPos |
Screen position X coordinate. | |
int | iYPos |
Screen position Y coordinate. | |
int | iXRes |
Screen resolution Width. | |
int | iYRes |
Screen resolution Height. | |
int | iColourDepth |
Screen Color Depth. E.g., 16, 32. | |
float | fRefreshRate |
Screen refresh rate. Could be fractional E.g. 59.97. | |
int | iOrientation |
Screen orientation. E.g., 0, 90, 180, 270. | |
int | iModeFlag |
Vista mode flag indicating Progressive or Interlaced mode. | |
int | iModeMask |
The bit mask identifying the number of bits this Mode is currently using. It is the sum of all the bit definitions defined in Display Mode Values. | |
int | iModeValue |
The bit mask identifying the display status. The detailed definition is in Display Mode Values. |
This structure is used to store the display mode for the current adapter such as X, Y positions, screen resolutions, orientation, color depth, refresh rate, progressive or interlace mode, etc.
Adapter index.
Display IDs.
int ADLMode::iXPos |
Screen position X coordinate.
int ADLMode::iYPos |
Screen position Y coordinate.
int ADLMode::iXRes |
Screen resolution Width.
int ADLMode::iYRes |
Screen resolution Height.
Screen Color Depth. E.g., 16, 32.
float ADLMode::fRefreshRate |
Screen refresh rate. Could be fractional E.g. 59.97.
Screen orientation. E.g., 0, 90, 180, 270.
Vista mode flag indicating Progressive or Interlaced mode.
The bit mask identifying the number of bits this Mode is currently using. It is the sum of all the bit definitions defined in Display Mode Values.
The bit mask identifying the display status. The detailed definition is in Display Mode Values.