ACX_DRIVER_CONFIG structure (acxdriver.h)

The ACX_DRIVER_CONFIG structure provides configuration information to the class extension.

Syntax

typedef struct _ACX_DRIVER_CONFIG {
  ULONG Size;
  ULONG Flags;
} ACX_DRIVER_CONFIG, *PACX_DRIVER_CONFIG;

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.

Requirements

Requirement Value
Header acxdriver.h

See also