// acxpin.h
typedef struct _ACX_JACK_CALLBACKS {
ULONG Size;
PFN_ACX_JACK_RETRIEVE_PRESENCE_STATE EvtAcxJackRetrievePresenceState;
} ACX_JACK_CALLBACKS, *PACX_JACK_CALLBACKS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_CALLBACKS structure specifies audio jack event callback functions.
SizeThe size of all of the data in the ACX_JACK_CALLBACKS structure in bytes.
EvtAcxJackRetrievePresenceStateA pointer to the callback function that determines if the jack is present on the system.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.