// acxelements.h
VOID ACX_AUDIOENGINE_CONFIG_INIT_ID(
PACX_AUDIOENGINE_CONFIG Config,
ULONG Id
);
View the official Windows Driver Kit DDI referenceNo description available.
At this time, the ACX_AUDIOENGINE_CONFIG_INIT_ID function can only take AcxElementIdDefault as input for the element ID, which is the same as using ACX_AUDIOENGINE_CONFIG_INIT. Because of this, ACX_AUDIOENGINE_CONFIG_INIT is recommended.
ConfigAn initialized config structure.
IdSet only to AcxElementIdDefault that is defined in the AcxElements header.
As the ACX_AUDIOENGINE_CONFIG_INIT_ID provides the same functionality as ACX_AUDIOENGINE_CONFIG_INIT, the use of ACX_AUDIOENGINE_CONFIG_INIT is recommended.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.