// acxdataformat.h
typedef struct _ACX_DATAFORMAT_LIST_ITERATOR {
ULONG Size;
ULONG Flags;
PVOID Reserved[4];
} ACX_DATAFORMAT_LIST_ITERATOR, *PACX_DATAFORMAT_LIST_ITERATOR;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_DATAFORMAT_LIST_ITERATOR structure holds the state of iteration over an ACX data format list.
SizeThe size of all of the data in the ACX_DATAFORMAT_LIST_ITERATOR structure in bytes. This field is set by the ACX_DATAFORMAT_LIST_ITERATOR_INIT function.
FlagsA combination of values from the ACX_DATAFORMAT_LIST_ITERATOR_CONFIG_FLAGS enum that describe the data format list iterator.
ReservedReserved.
This structure should not be directly updated. Instances of the ACX_DATAFORMAT_LIST_ITERATOR structure must be initialized by calling the ACX_DATAFORMAT_LIST_ITERATOR_INIT function.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.