ACX_JACK_CONFIG_INIT - NtDoc

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

#define ACX_JACK_CONFIG_INIT(cfg) \
    ACX_JACK_CONFIG_INIT_ID(cfg, AcxJackPropertiesIdDefault)
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also