// acxevents.h
typedef enum _ACX_PNPEVENT_CONFIG_FLAGS {
AcxPnpEventConfigNoFlags,
AcxPnpEventConfigValidFlags
} ACX_PNPEVENT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PNPEVENT_CONFIG_FLAGS enumeration defines the PNPEVENT config flags for an ACXEVENT type.
AcxPnpEventConfigNoFlagsIndicates that no pnp event config flags are set.
AcxPnpEventConfigValidFlagsFor 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.