SIDEBANDAUDIO_CONNECTION_PARAMS structure (sidebandaudio.h)

The SIDEBANDAUDIO_CONNECTION_PARAMS structure describes the endpoint index and connection value.

Syntax

typedef struct _SIDEBANDAUDIO_CONNECTION_PARAMS {
  ULONG EpIndex;
  BOOL  Immediate;
  BOOL  Connected;
} SIDEBANDAUDIO_CONNECTION_PARAMS, *PSIDEBANDAUDIO_CONNECTION_PARAMS;

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.

Requirements

Requirement Value
Header sidebandaudio.h

See also

sidebandaudio.h