// 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 referenceNo description available.
The SIDEBANDAUDIO_DEVICE_ERROR structure describes the error reported on the Device.
EpIndexZero based index indicating the Endpoint on device.
ImmediateIndicates whether IOCTL current value is requested or IRP should complete upon next change in value.
StatusIndicates status of the device.
| Header | sidebandaudio.h |