// acxdriver.h
typedef struct _ACX_DRIVER_CONFIG {
ULONG Size;
ULONG Flags;
} ACX_DRIVER_CONFIG, *PACX_DRIVER_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DRIVER_CONFIG structure provides configuration information to the class extension.
SizeThis field is set by the ACX_DRIVER_CONFIG_INIT function.
FlagsAn ACX_DRIVER_CONFIG_FLAGS value.
Instances of this structure must be initialized by calling the ACX_DRIVER_CONFIG_INIT function. A pointer to an ACX_DRIVER_CONFIG structure is passed as a parameter to the AcxDriverInitialize function.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.