Data Fields | |
ADLDisplayID | displayID |
The DisplayID structure. | |
int | iDisplayControllerIndex |
char | strDisplayName [256] |
The display's EDID name. | |
char | strDisplayManufacturerName [256] |
The display's manufacturer name. | |
int | iDisplayType |
The Display type. For example: CRT, TV, CV, DFP. | |
int | iDisplayOutputType |
The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO. | |
int | iDisplayConnector |
The connector type for the device. | |
int | iDisplayInfoMask |
The bit mask identifies the number of bits ADLDisplayInfo is currently using. It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx. | |
int | iDisplayInfoValue |
The bit mask identifies the display status. Display Info Mask Values. |
This structure is used to store various information about the display device. This information can be returned to the user, or used to access various driver calls to set or fetch various display-device-related settings upon the user's request
Sample-Managed/ADL.cs, Sample-Managed/program.cs, and Sample/main.c.
char ADLDisplayInfo::strDisplayName[256] |
The display's EDID name.
The display's manufacturer name.
The Display type. For example: CRT, TV, CV, DFP.
The display output type. For example: HDMI, SVIDEO, COMPONMNET VIDEO.
The connector type for the device.
The bit mask identifies the number of bits ADLDisplayInfo is currently using.
It will be the sum all the bit definitions in ADL_DISPLAY_DISPLAYINFO_xxx.
The bit mask identifies the display status. Display Info Mask Values.