ACX_DATAFORMAT_LIST_ITERATOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxdataformat-acx_dataformat_list_iterator)

Description

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

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

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.

See also