ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information of a property of an application profile. More...
#include <adl_structures.h>
Data Fields | |
ADLProfilePropertyType | eType |
Property Type. More... | |
int | iDataSize |
Data Size in bytes. More... | |
char | strName [64] |
Property Name. More... | |
unsigned char | uData [1] |
Property Value, can be any data type. More... | |
Structure containing information of a property of an application profile.
This structure is used to store property information of an application profile
ADLProfilePropertyType PropertyRecord::eType |
Property Type.
int PropertyRecord::iDataSize |
Data Size in bytes.
char PropertyRecord::strName[64] |
Property Name.
unsigned char PropertyRecord::uData[1] |
Property Value, can be any data type.