ACX_DATAFORMAT_LIST_ITERATOR_INIT - NtDoc

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

VOID ACX_DATAFORMAT_LIST_ITERATOR_INIT(
  [out] PACX_DATAFORMAT_LIST_ITERATOR Iterator
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdataformat-acx_dataformat_list_iterator_init)

Description

The ACX_DATAFORMAT_LIST_ITERATOR_INIT function initializes an ACX_DATAFORMAT_LIST_ITERATOR structure for use by an audio class extension (ACX) driver.

Parameters

Iterator [out]

A pointer to the ACX_DATAFORMAT_LIST_ITERATOR structure to initialize.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also