ACX_COMPOSITE_TEMPLATE_CONFIG - NtDoc

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

typedef struct _ACX_COMPOSITE_TEMPLATE_CONFIG {
  ULONG        Size;
  ULONG        Flags;
  ACXOBJECTBAG Properties;
} ACX_COMPOSITE_TEMPLATE_CONFIG, *PACX_COMPOSITE_TEMPLATE_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxmanager-acx_composite_template_config)

Description

The ACX_COMPOSITE_TEMPLATE_CONFIG structure is used to configure a new ACX composite template object.

Members

Size

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

Flags

A combination of values from the ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS enum that describe the composite template.

Properties

An optional ACXOBJECTBAG of composite template properties. Only for singleton composites.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also