// acxevents.h
VOID ACX_PNPEVENT_CONFIG_INIT(
PACX_PNPEVENT_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PNPEVENT_CONFIG_INIT function initializes an ACX_PNPEVENT_CONFIG structure. No inputs are used with this function.
ConfigAn initialized ACX_PNPEVENT_CONFIG structure that will be used to describe the configuration of the event.
The example shows the use of the ACX_PNPEVENT_CONFIG_INIT.
ACX_PNPEVENT_CONFIG audioModuleEventCfg;
ACX_PNPEVENT_CONFIG_INIT(&audioModuleEventCfg);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.