// acxelements.h
VOID ACX_VOLUME_CALLBACKS_INIT(
PACX_VOLUME_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_VOLUME_CALLBACKS_INIT function initializes a ACX_VOLUME_CALLBACKS structure.
CallbacksA pointer to an initialized ACX_VOLUME_CALLBACKS structure.
Example usage is shown below.
ACX_VOLUME_CALLBACKS volumeCallbacks;
ACX_VOLUME_CALLBACKS_INIT(&volumeCallbacks);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.