ACX_JACK_CALLBACKS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxpin-acx_jack_callbacks)

Description

The ACX_JACK_CALLBACKS structure specifies audio jack event callback functions.

Members

Size

The size of all of the data in the ACX_JACK_CALLBACKS structure in bytes.

EvtAcxJackRetrievePresenceState

A pointer to the callback function that determines if the jack is present on the system.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also