// acxevents.h
typedef enum _ACX_EVENT_CONFIG_FLAGS {
AcxEventConfigNoFlags,
AcxEventConfigValidFlags
} ACX_EVENT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_EVENT_CONFIG_FLAGS enumeration defines the EVENT config flags for an ACXEVENT type.
AcxEventConfigNoFlagsIndicates that no event config flags are set.
AcxEventConfigValidFlagsFor 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.