ACX_PIN_CONFIG_INIT_ID - NtDoc

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

VOID ACX_PIN_CONFIG_INIT_ID(
  [out] PACX_PIN_CONFIG Config,
  [in]  ULONG           Id
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acx_pin_config_init_id)

Description

The ACX_PIN_CONFIG_INIT_ID function initializes an ACX_PIN_CONFIG structure with the specified ID.

Parameters

Config [out]

A pointer to the ACX_PIN_CONFIG structure to initialize.

Id [in]

The ID to use when initializing the ACX_PIN_CONFIG structure.

Remarks

At this time the only valid accepted ID is AcxPinIdDefault.

ACX requirements

Minimum ACX version: 1.0

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

See also