ACX_RT_STREAM_CALLBACKS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxstreams.h

VOID ACX_RT_STREAM_CALLBACKS_INIT(
  PACX_RT_STREAM_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxstreams-acx_rt_stream_callbacks_init)

Description

The ACX_RT_STREAM_CALLBACKS_INIT function initializes the ACX RT stream callbacks.

Parameters

Callbacks

An ACX_RT_STREAM_CALLBACKS structure.

Remarks

Example

    //
    // Init RT streaming callbacks.
    //
    ACX_RT_STREAM_CALLBACKS rtCallbacks;
    ACX_RT_STREAM_CALLBACKS_INIT(&rtCallbacks);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also