// acxpin.h
#define ACX_JACK_CONFIG_INIT(cfg) \
ACX_JACK_CONFIG_INIT_ID(cfg, AcxJackPropertiesIdDefault)
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_CONFIG_INIT macro calls the ACX_JACK_CONFIG_INIT_ID function with the default ID value.
#define ACX_JACK_CONFIG_INIT(cfg) \
ACX_JACK_CONFIG_INIT_ID(cfg, AcxJackPropertiesIdDefault)
cfgA pointer to the ACX_JACK_CONFIG structure to initialize.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.