AcxDataFormatListEndIteration - NtDoc

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

VOID AcxDataFormatListEndIteration(
  [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-acxdataformatlistenditeration)

Description

The AcxDataFormatListEndIteration function ends the iteration process on an ACX data format list.

Parameters

AcxDataFormatList [in]

The data format list being iterated.

Iterator [in, out]

Pointer to the ACX_DATAFORMAT_LIST_ITERATOR structure being used for iteration on AcxDataFormatList.

Remarks

The memory for the Iterator is zeroed out by this function and cannot be recovered.

ACX requirements

Minimum ACX version: 1.0

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

See also