// acxpin.h
VOID ACX_JACK_CONFIG_INIT_ID(
[out] PACX_JACK_CONFIG Config,
[in] ULONG Id
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_CONFIG_INIT_ID function initializes an ACX_JACK_CONFIG structure with the specified ID.
Config [out]A pointer to the ACX_JACK_CONFIG structure to initialize.
Id [in]The ID to use when initializing the ACX_JACK_CONFIG structure.
At this time, driver must use AcxJackPropertiesIdDefault as ID for the Jack.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.