Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The ACX_DATAFORMAT_LIST_CONFIG structure is used to configure a new ACX data format list object.
Syntax
typedef struct _ACX_DATAFORMAT_LIST_CONFIG {
ULONG Size;
ULONG Flags;
} ACX_DATAFORMAT_LIST_CONFIG, *PACX_DATAFORMAT_LIST_CONFIG;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | acxdataformat.h |