SIDEBANDAUDIO_DEVICE_ERROR - NtDoc

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

typedef struct _SIDEBANDAUDIO_DEVICE_ERROR {
  ULONG    EpIndex;
  BOOL     Immediate;
  NTSTATUS Status;
} SIDEBANDAUDIO_DEVICE_ERROR, *PSIDEBANDAUDIO_DEVICE_ERROR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SIDEBANDAUDIO_DEVICE_ERROR structure

Description

The SIDEBANDAUDIO_DEVICE_ERROR structure describes the error reported on the Device.

Members

EpIndex

Zero 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 the device.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h