ACX_DATAFORMAT_LIST_CONFIG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxdataformat.h

typedef struct _ACX_DATAFORMAT_LIST_CONFIG {
  ULONG Size;
  ULONG Flags;
} ACX_DATAFORMAT_LIST_CONFIG, *PACX_DATAFORMAT_LIST_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The ACX_DATAFORMAT_LIST_CONFIG structure is used to configure a new ACX data format list object.

Members

Size

The size of all of the data in the ACX_DATAFORMAT_LIST_CONFIG structure in bytes. This field is set by the ACX_DATAFORMAT_LIST_CONFIG_INIT function.

Flags

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

Remarks

Instances of the ACX_DATAFORMAT_LIST_CONFIG structure must be initialized by calling the ACX_DATAFORMAT_LIST_CONFIG_INIT function.

ACX requirements

Minimum ACX version: 1.0

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

See also