EVT_ACX_PIN_RETRIEVE_JACK_SINK_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxpin.h

EVT_ACX_PIN_RETRIEVE_JACK_SINK_INFO EvtAcxPinRetrieveJackSinkInfo;

NTSTATUS EvtAcxPinRetrieveJackSinkInfo(
  ACXPIN Pin,
  PACX_JACK_SINK_INFORMATION SinkInfo
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-acxpin-evt_acx_pin_retrieve_jack_sink_info)

Description

The EVT_ACX_PIN_RETRIEVE_JACK_SINK_INFO callback function is implemented by the driver and is called when sink information is requested for the specified pin.

Parameters

Pin

An ACXPIN object representing the specific pin for which sink information is requested.

SinkInfo

A pointer to an ACX_JACK_SINK_INFORMATION structure to be populated with the requested sink information.

Return value

EVT_ACX_PIN_RETRIEVE_JACK_SINK_INFO returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an NTSTATUS error code.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also