// 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 referenceNo description available.
The SIDEBANDAUDIO_STREAM_STATUS_PARAMS structure describes the endpoint index and Device Error NTSTATUS.
EpIndex0 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 stream including cause of any failure.
| Header | sidebandaudio.h |