// acxstreams.h
VOID ACX_RT_STREAM_CALLBACKS_INIT(
PACX_RT_STREAM_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_RT_STREAM_CALLBACKS_INIT function initializes the ACX RT stream callbacks.
CallbacksAn ACX_RT_STREAM_CALLBACKS structure.
//
// Init RT streaming callbacks.
//
ACX_RT_STREAM_CALLBACKS rtCallbacks;
ACX_RT_STREAM_CALLBACKS_INIT(&rtCallbacks);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.