Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |