ACX_JACK_CONFIG_INIT_ID function (acxpin.h)

The ACX_JACK_CONFIG_INIT_ID function initializes an ACX_JACK_CONFIG structure with the specified ID.

Syntax

void ACX_JACK_CONFIG_INIT_ID(
  [out] PACX_JACK_CONFIG Config,
  [in]  ULONG            Id
);

Parameters

[out] Config

A pointer to the ACX_JACK_CONFIG structure to initialize.

[in] Id

The ID to use when initializing the ACX_JACK_CONFIG structure.

Return value

None

Remarks

At this time, driver must use AcxJackPropertiesIdDefault as ID for the Jack.

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