ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about MM Feature Values. More...
#include <adl_structures.h>
Data Fields | |
int | bCurrent |
User controlled Boolean current value. Valid only if ADLFeatureCaps supports Boolean. More... | |
int | EnumStates |
The States for the available bits for enumerated values. More... | |
float | fCurrent |
Current float value. Valid only if ADLFeatureCaps indicates support for floats. More... | |
int | iCurrent |
Current integer value. Valid only if ADLFeatureCaps indicates support for integers. More... | |
ADLFeatureName | Name |
The Feature Name. More... | |
Structure containing information about MM Feature Values.
int ADLFeatureValues::bCurrent |
User controlled Boolean current value. Valid only if ADLFeatureCaps supports Boolean.
int ADLFeatureValues::EnumStates |
The States for the available bits for enumerated values.
float ADLFeatureValues::fCurrent |
Current float value. Valid only if ADLFeatureCaps indicates support for floats.
int ADLFeatureValues::iCurrent |
Current integer value. Valid only if ADLFeatureCaps indicates support for integers.
ADLFeatureName ADLFeatureValues::Name |
The Feature Name.