ACX_DRIVER_CONFIG - NtDoc

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

typedef struct _ACX_DRIVER_CONFIG {
  ULONG Size;
  ULONG Flags;
} ACX_DRIVER_CONFIG, *PACX_DRIVER_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxdriver-acx_driver_config)

Description

The ACX_DRIVER_CONFIG structure provides configuration information to the class extension.

Members

Size

This field is set by the ACX_DRIVER_CONFIG_INIT function.

Flags

An ACX_DRIVER_CONFIG_FLAGS value.

Remarks

Instances of this structure must be initialized by calling the ACX_DRIVER_CONFIG_INIT function. A pointer to an ACX_DRIVER_CONFIG structure is passed as a parameter to the AcxDriverInitialize function.

ACX requirements

Minimum ACX version: 1.0

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

See also