// acxdevice.h
VOID ACX_DEVICEINIT_CONFIG_INIT(
PACX_DEVICEINIT_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DEVICEINIT_CONFIG_INIT function initializes the ACX_DEVICEINIT_CONFIG structure.
ConfigA pointer to the ACX_DEVICEINIT_CONFIG structure to initialize.
ACX_DEVICEINIT_CONFIG devInitCfg;
ACX_DEVICEINIT_CONFIG_INIT(&devInitCfg);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.