AcxDataFormatListEndIteration function (acxdataformat.h)

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

Syntax

void AcxDataFormatListEndIteration(
  [in]      ACXDATAFORMATLIST             AcxDataFormatList,
  [in, out] PACX_DATAFORMAT_LIST_ITERATOR Iterator
);

Parameters

[in] AcxDataFormatList

The data format list being iterated.

[in, out] Iterator

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

Return value

None

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.

Requirements

Requirement Value
Header acxdataformat.h
IRQL <= DISPATCH_LEVEL

See also