SIDEBANDAUDIO_DEVICE_ERROR structure (sidebandaudio.h)

The SIDEBANDAUDIO_DEVICE_ERROR structure describes the error reported on the Device.

Syntax

typedef struct _SIDEBANDAUDIO_DEVICE_ERROR {
  ULONG    EpIndex;
  BOOL     Immediate;
  NTSTATUS Status;
} SIDEBANDAUDIO_DEVICE_ERROR, *PSIDEBANDAUDIO_DEVICE_ERROR;

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.

Requirements

Requirement Value
Header sidebandaudio.h

See also

sidebandaudio.h