ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing DDC information. More...
#include <adl_structures.h>
Data Fields | |
char | cDisplayName [256] |
Returns the name of the display device. Should be zeroed if this information is not available. More... | |
int | ulDDCInfoFlag |
Return EDID flags. More... | |
int | ulManufacturerID |
Returns the manufacturer ID of the display device. Should be zeroed if this information is not available. More... | |
int | ulMaxHResolution |
Returns the maximum Horizontal supported resolution. Should be zeroed if this information is not available. More... | |
int | ulMaxRefresh |
Returns the maximum supported refresh rate. Should be zeroed if this information is not available. More... | |
int | ulMaxVResolution |
Returns the maximum Vertical supported resolution. Should be zeroed if this information is not available. More... | |
int | ulProductID |
Returns the product ID of the display device. Should be zeroed if this information is not available. More... | |
int | ulPTMCx |
Returns the display device preferred timing mode's horizontal resolution. More... | |
int | ulPTMCy |
Returns the display device preferred timing mode's vertical resolution. More... | |
int | ulPTMRefreshRate |
Returns the display device preferred timing mode's refresh rate. More... | |
int | ulSize |
Size of the structure. More... | |
int | ulSupportsDDC |
Indicates whether the attached display supports DDC. If this field is zero on return, no other DDC information fields will be used. More... | |
Structure containing DDC information.
This structure is used to store various DDC information that can be returned to the user. Note that all fields of type int are actually defined as unsigned int types within the driver.
char ADLDDCInfo::cDisplayName[256] |
Returns the name of the display device. Should be zeroed if this information is not available.
int ADLDDCInfo::ulDDCInfoFlag |
Return EDID flags.
int ADLDDCInfo::ulManufacturerID |
Returns the manufacturer ID of the display device. Should be zeroed if this information is not available.
int ADLDDCInfo::ulMaxHResolution |
Returns the maximum Horizontal supported resolution. Should be zeroed if this information is not available.
int ADLDDCInfo::ulMaxRefresh |
Returns the maximum supported refresh rate. Should be zeroed if this information is not available.
int ADLDDCInfo::ulMaxVResolution |
Returns the maximum Vertical supported resolution. Should be zeroed if this information is not available.
int ADLDDCInfo::ulProductID |
Returns the product ID of the display device. Should be zeroed if this information is not available.
int ADLDDCInfo::ulPTMCx |
Returns the display device preferred timing mode's horizontal resolution.
int ADLDDCInfo::ulPTMCy |
Returns the display device preferred timing mode's vertical resolution.
int ADLDDCInfo::ulPTMRefreshRate |
Returns the display device preferred timing mode's refresh rate.
int ADLDDCInfo::ulSize |
Size of the structure.
int ADLDDCInfo::ulSupportsDDC |
Indicates whether the attached display supports DDC. If this field is zero on return, no other DDC information fields will be used.