// sidebandaudio.h
typedef struct _SIDEBANDAUDIO_VOLUME_PARAMS {
ULONG EpIndex;
BOOL Immediate;
LONG Channel;
LONG Value;
} SIDEBANDAUDIO_VOLUME_PARAMS, *PSIDEBANDAUDIO_VOLUME_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_VOLUME_PARAMS structure describes the endpoint index, channel, immediate mode of operation and volume 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.
ValuedbValue.
| Header | sidebandaudio.h |
IOCTL_SBAUD_GET_VOLUME_STATUS_UPDATE