ACX_PIN_CONFIG_INIT_ID function (acxpin.h)

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

Syntax

void ACX_PIN_CONFIG_INIT_ID(
  [out] PACX_PIN_CONFIG Config,
  [in]  ULONG           Id
);

Parameters

[out] Config

A pointer to the ACX_PIN_CONFIG structure to initialize.

[in] Id

The ID to use when initializing the ACX_PIN_CONFIG structure.

Return value

None

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.

Requirements

Requirement Value
Header acxpin.h

See also