// acxdataformat.h
VOID AcxDataFormatListEndIteration(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in, out] PACX_DATAFORMAT_LIST_ITERATOR Iterator
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListEndIteration function ends the iteration process on an ACX data format list.
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.
The memory for the Iterator is zeroed out by this function and cannot be recovered.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.