ACX_JACK_CALLBACKS structure (acxpin.h)

The ACX_JACK_CALLBACKS structure specifies audio jack event callback functions.

Syntax

typedef struct _ACX_JACK_CALLBACKS {
  ULONG                                Size;
  PFN_ACX_JACK_RETRIEVE_PRESENCE_STATE EvtAcxJackRetrievePresenceState;
} ACX_JACK_CALLBACKS, *PACX_JACK_CALLBACKS;

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.

Requirements

Requirement Value
Header acxpin.h

See also