// acxelements.h
typedef enum _ACX_VOLUME_CONFIG_FLAGS {
AcxVolumeConfigNoFlags,
AcxVolumeConfigValidFlags
} ACX_VOLUME_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_VOLUME_CONFIG_FLAGS enumeration defines the config flags for the ACX volume element.
AcxVolumeConfigNoFlagsIndicates that no volume config flags are set.
AcxVolumeConfigValidFlagsFor internal validation, do not use.
There are no flags currently defined for this type.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.