Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
The AcxDataFormatListBeginIteration function initializes an ACX_DATAFORMAT_LIST_ITERATOR to use for iterating through the specified data format list.
Syntax
VOID AcxDataFormatListBeginIteration(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in, out] PACX_DATAFORMAT_LIST_ITERATOR Iterator
);
Parameters
[in] AcxDataFormatList
The data format list to iterate.
[in, out] Iterator
A pointer to an ACX_DATAFORMAT_LIST_ITERATOR structure to use for iterating the specified AcxDataFormatList.
Return value
None
Remarks
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 |