ACX_DEVICEINIT_CONFIG_INIT - NtDoc

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

VOID ACX_DEVICEINIT_CONFIG_INIT(
  PACX_DEVICEINIT_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdevice-acx_deviceinit_config_init)

Description

The ACX_DEVICEINIT_CONFIG_INIT function initializes the ACX_DEVICEINIT_CONFIG structure.

Parameters

Config

A pointer to the ACX_DEVICEINIT_CONFIG structure to initialize.

Remarks

Example

ACX_DEVICEINIT_CONFIG devInitCfg;
ACX_DEVICEINIT_CONFIG_INIT(&devInitCfg);

ACX requirements

Minimum ACX version: 1.0

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

See also