ACX_DRIVER_CONFIG_INIT - NtDoc

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

VOID ACX_DRIVER_CONFIG_INIT(
  PACX_DRIVER_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdriver-acx_driver_config_init)

Description

The ACX_DRIVER_CONFIG_INIT function initializes an ACX_DRIVER_CONFIG structure before calling the AcxDriverInitialize function.

Parameters

Config

Pointer to an ACX_DRIVER_CONFIG structure.

Remarks

Example

ACX_DRIVER_CONFIG acxCfg;
ACX_DRIVER_CONFIG_INIT(&acxCfg);

ACX requirements

Minimum ACX version: 1.0

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

See also