SIDEBANDAUDIO_STREAM_STATUS_PARAMS - NtDoc

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

typedef struct _SIDEBANDAUDIO_STREAM_STATUS_PARAMS {
  ULONG    EpIndex;
  BOOL     Immediate;
  NTSTATUS Status;
} SIDEBANDAUDIO_STREAM_STATUS_PARAMS, *PSIDEBANDAUDIO_STREAM_STATUS_PARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SIDEBANDAUDIO_STREAM_STATUS_PARAMS structure

Description

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

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.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h