ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about MM Feature Capabilities. More...
#include <adl_structures.h>
Data Fields | |
int | bDefault |
Default user-controlled boolean value. Valid only if ADLFeatureCaps supports user-controlled boolean. More... | |
int | EnumMask |
The Mask for available bits for enumerated values.(If ADLFeatureCaps supports ENUM values) More... | |
float | fDefault |
Default float value. Valid only if ADLFeatureCaps indicates support for floats. More... | |
float | fMax |
Maximum float value. Valid only if ADLFeatureCaps indicates support for floats. More... | |
float | fMin |
Minimum float value. Valid only if ADLFeatureCaps indicates support for floats. More... | |
float | fStep |
Step float value. Valid only if ADLFeatureCaps indicates support for floats. More... | |
int | iAdjustmentStyle |
Style of the Adjustment Controls. More... | |
int | iAdjustmentType |
Apperance of the Adjustment Controls. More... | |
int | iControlStyle |
Style of the User-Controlled Boolean. More... | |
int | iControlType |
Apperance of the User-Controlled Boolean. More... | |
int | iDefault |
Default integer value. Valid only if ADLFeatureCaps indicates support for integers. More... | |
int | iFeatureMask |
Feature Property Mask. Indicates which are the valid bits for iFeatureProperties. More... | |
int | iFeatureProperties |
Feature Property Values. See definitions for ADL_FEATURE_PROPERTIES_XXX. More... | |
int | iGroupID |
Group ID. All Features in the same group are shown sequentially in the same UI Page. More... | |
int | iMax |
Maximum integer value. Valid only if ADLFeatureCaps indicates support for integers. More... | |
int | iMin |
Minimum integer value. Valid only if ADLFeatureCaps indicates support for integers. More... | |
int | iPageID |
Page ID. All Features with the same Page ID value are shown together on the same UI page. More... | |
int | iStep |
Step integer value. Valid only if ADLFeatureCaps indicates support for integers. More... | |
int | iVisualID |
Visual ID. Places one or more features in a Group Box. If zero, no Group Box is added. More... | |
ADLFeatureName | Name |
The Feature Name. More... | |
Structure containing information about MM Feature Capabilities.
int ADLFeatureCaps::bDefault |
Default user-controlled boolean value. Valid only if ADLFeatureCaps supports user-controlled boolean.
int ADLFeatureCaps::EnumMask |
The Mask for available bits for enumerated values.(If ADLFeatureCaps supports ENUM values)
float ADLFeatureCaps::fDefault |
Default float value. Valid only if ADLFeatureCaps indicates support for floats.
float ADLFeatureCaps::fMax |
Maximum float value. Valid only if ADLFeatureCaps indicates support for floats.
float ADLFeatureCaps::fMin |
Minimum float value. Valid only if ADLFeatureCaps indicates support for floats.
float ADLFeatureCaps::fStep |
Step float value. Valid only if ADLFeatureCaps indicates support for floats.
int ADLFeatureCaps::iAdjustmentStyle |
Style of the Adjustment Controls.
int ADLFeatureCaps::iAdjustmentType |
Apperance of the Adjustment Controls.
int ADLFeatureCaps::iControlStyle |
Style of the User-Controlled Boolean.
int ADLFeatureCaps::iControlType |
Apperance of the User-Controlled Boolean.
int ADLFeatureCaps::iDefault |
Default integer value. Valid only if ADLFeatureCaps indicates support for integers.
int ADLFeatureCaps::iFeatureMask |
Feature Property Mask. Indicates which are the valid bits for iFeatureProperties.
int ADLFeatureCaps::iFeatureProperties |
Feature Property Values. See definitions for ADL_FEATURE_PROPERTIES_XXX.
int ADLFeatureCaps::iGroupID |
Group ID. All Features in the same group are shown sequentially in the same UI Page.
int ADLFeatureCaps::iMax |
Maximum integer value. Valid only if ADLFeatureCaps indicates support for integers.
int ADLFeatureCaps::iMin |
Minimum integer value. Valid only if ADLFeatureCaps indicates support for integers.
int ADLFeatureCaps::iPageID |
Page ID. All Features with the same Page ID value are shown together on the same UI page.
int ADLFeatureCaps::iStep |
Step integer value. Valid only if ADLFeatureCaps indicates support for integers.
int ADLFeatureCaps::iVisualID |
Visual ID. Places one or more features in a Group Box. If zero, no Group Box is added.
ADLFeatureName ADLFeatureCaps::Name |
The Feature Name.