// acxdataformat.h
VOID AcxDataFormatListBeginIteration(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in, out] PACX_DATAFORMAT_LIST_ITERATOR Iterator
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatListBeginIteration function initializes an ACX_DATAFORMAT_LIST_ITERATOR to use for iterating through the specified data format list.
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.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.