AcxDataFormatListBeginIteration - NtDoc

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

VOID AcxDataFormatListBeginIteration(
  [in]      ACXDATAFORMATLIST             AcxDataFormatList,
  [in, 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-acxdataformatlistbeginiteration)

Description

The AcxDataFormatListBeginIteration function initializes an ACX_DATAFORMAT_LIST_ITERATOR to use for iterating through the specified data format list.

Parameters

AcxDataFormatList [in]

The data format list to iterate.

Iterator [in, out]

A pointer to an ACX_DATAFORMAT_LIST_ITERATOR structure to use for iterating the specified AcxDataFormatList.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also