SIDEBANDAUDIO_CONNECTION_PARAMS - NtDoc

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

typedef struct _SIDEBANDAUDIO_CONNECTION_PARAMS {
  ULONG EpIndex;
  BOOL  Immediate;
  BOOL  Connected;
} SIDEBANDAUDIO_CONNECTION_PARAMS, *PSIDEBANDAUDIO_CONNECTION_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sidebandaudio-_sidebandaudio_connection_params)

SIDEBANDAUDIO_CONNECTION_PARAMS structure

Description

The SIDEBANDAUDIO_CONNECTION_PARAMS structure describes the endpoint index and connection value.

Members

EpIndex

0 based index indicating the Endpoint on device.

Immediate

Indicates whether IOCTL current value is requested or IRP should complete upon next change in value.

Connected

Indicates whether the endpoint is connected or not. Could reflect jack states or wireless connection.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h