// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_MUTE_PARAMS {
ULONG EpIndex;
BOOL Immediate;
LONG Channel;
BOOL Value;
} SIDEBANDAUDIO_MUTE_PARAMS, *PSIDEBANDAUDIO_MUTE_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_MUTE_PARAMS structure describes the endpoint index, channel, immediate mode of operation and mute value.
EpIndex0 based index indicating the Endpoint on device.
ImmediateIndicates whether IOCTL current value is requested or IRP should complete upon next change in value.
Channel0 based index indicating the channel number.
ValueBoolean representing mute state:
| Header | sidebandaudio.h |
IOCTL_SBAUD_GET_MUTE_STATUS_UPDATE