ACX_AUDIOENGINE_CALLBACKS_INIT - NtDoc

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

VOID ACX_AUDIOENGINE_CALLBACKS_INIT(
  PACX_AUDIOENGINE_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxelements-acx_audioengine_callbacks_init)

Description

The ACX_AUDIOENGINE_CALLBACKS_INIT function initializes a driver's ACX_AUDIOENGINE_CALLBACKS structure.

Parameters

Callbacks

An ACX_AUDIOENGINE_CALLBACKS structure.

Remarks

Example

Example usage is shown below.

    ACX_AUDIOENGINE_CALLBACKS       audioEngineCallbacks;
    ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);

ACX requirements

Minimum ACX version: 1.0

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

See also