// acxdevice.h
VOID ACX_DEVICE_CONFIG_INIT(
PACX_DEVICE_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DEVICE_CONFIG_INIT function initializes an ACX_DEVICE_CONFIG structure to be used when calling the AcxDeviceInitialize function.
ConfigPointer to an ACX_DEVICE_CONFIG structure.
ACX_DEVICE_CONFIG devCfg;
ACX_DEVICE_CONFIG_INIT(&devCfg);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.