ACX_JACK_CONFIG_INIT macro (acxpin.h)

The ACX_JACK_CONFIG_INIT macro calls the ACX_JACK_CONFIG_INIT_ID function with the default ID value.

Syntax

#define ACX_JACK_CONFIG_INIT(cfg) \
    ACX_JACK_CONFIG_INIT_ID(cfg, AcxJackPropertiesIdDefault)

Parameters

cfg

A pointer to the ACX_JACK_CONFIG structure to initialize.

Return value

None

Remarks

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