// acxelements.h
VOID ACX_AUDIOENGINE_CALLBACKS_INIT(
PACX_AUDIOENGINE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_AUDIOENGINE_CALLBACKS_INIT function initializes a driver's ACX_AUDIOENGINE_CALLBACKS structure.
CallbacksAn ACX_AUDIOENGINE_CALLBACKS structure.
Example usage is shown below.
ACX_AUDIOENGINE_CALLBACKS audioEngineCallbacks;
ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.