SIDEBANDAUDIO_STREAM_STATUS_PARAMS structure (sidebandaudio.h)

The SIDEBANDAUDIO_STREAM_STATUS_PARAMS structure describes the endpoint index and Device Error NTSTATUS.

Syntax

typedef struct _SIDEBANDAUDIO_STREAM_STATUS_PARAMS {
  ULONG    EpIndex;
  BOOL     Immediate;
  NTSTATUS Status;
} SIDEBANDAUDIO_STREAM_STATUS_PARAMS, *PSIDEBANDAUDIO_STREAM_STATUS_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.

Status

Indicates status of stream including cause of any failure.

Requirements

Requirement Value
Header sidebandaudio.h

See also

sidebandaudio.h