ACX_DATAFORMAT_LIST_ITERATOR structure (acxdataformat.h)

The ACX_DATAFORMAT_LIST_ITERATOR structure holds the state of iteration over an ACX data format list.

Syntax

typedef struct _ACX_DATAFORMAT_LIST_ITERATOR {
  ULONG Size;
  ULONG Flags;
  PVOID Reserved[4];
} ACX_DATAFORMAT_LIST_ITERATOR, *PACX_DATAFORMAT_LIST_ITERATOR;

Members

Size

The 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.

Flags

A combination of values from the ACX_DATAFORMAT_LIST_ITERATOR_CONFIG_FLAGS enum that describe the data format list iterator.

Reserved[4]

Reserved.

Remarks

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.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxdataformat.h

See also