ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
PropertyRecord Struct Reference

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...
 

Detailed Description

Structure containing information of a property of an application profile.

This structure is used to store property information of an application profile

Field Documentation

◆ eType

ADLProfilePropertyType PropertyRecord::eType

Property Type.

◆ iDataSize

int PropertyRecord::iDataSize

Data Size in bytes.

◆ strName

char PropertyRecord::strName[64]

Property Name.

◆ uData

unsigned char PropertyRecord::uData[1]

Property Value, can be any data type.


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.