// acxdriver.h
VOID ACX_DRIVER_CONFIG_INIT(
PACX_DRIVER_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DRIVER_CONFIG_INIT function initializes an ACX_DRIVER_CONFIG structure before calling the AcxDriverInitialize function.
ConfigPointer to an ACX_DRIVER_CONFIG structure.
ACX_DRIVER_CONFIG acxCfg;
ACX_DRIVER_CONFIG_INIT(&acxCfg);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.