Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration is intended for infrastructure use only. Do not use this enumeration.
Syntax
typedef enum FEATURE_ENABLED_STATE {
FEATURE_ENABLED_STATE_DEFAULT = 0,
FEATURE_ENABLED_STATE_DISABLED = 1,
FEATURE_ENABLED_STATE_ENABLED = 2
} ;
Constants
FEATURE_ENABLED_STATE_DEFAULTValue: 0 TBD |
FEATURE_ENABLED_STATE_DISABLEDValue: 1 TBD |
FEATURE_ENABLED_STATE_ENABLEDValue: 2 TBD |
Requirements
| Requirement | Value |
|---|---|
| Header | featurestagingapi.h |