Data Fields | |
| int | iSize |
| Size of the structure. | |
| int | iFlag |
| Set to 0. | |
| int | iEDIDSize |
| Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return. | |
| int | iBlockIndex |
| 0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated | |
| char | cEDIDData [256] |
| EDID data. | |
| int | iReserved [4] |
| Reserved. | |
This structure is used to store the information about EDID data for the adapter. This structure is used by the ADL_Display_EdidData_Get() and ADL_Display_EdidData_Set() functions.
Size of the structure.
Set to 0.
Size of cEDIDData. Set by ADL_Display_EdidData_Get() upon return.
0, 1 or 2. If set to 3 or above an error ADL_ERR_INVALID_PARAM is generated
| char ADLDisplayEDIDData::cEDIDData[256] |
EDID data.
Reserved.