// sidebandaudio.h
// CTL_CODE(0x0022, 0x006, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_SBAUD_SET_VOLUME 0x0022001B
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SBAUD_SET_VOLUME IOCTL is used to set the volume on a specific channel. This control code is used by an audio driver when cooperating with the audio class drivers to operate a sideband connection.
A SIDEBANDAUDIO_VOLUME_PARAMS structure that describes the volume level and the channel that the volume will be set.
The size of the SIDEBANDAUDIO_VOLUME_PARAMS structure.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code. For more information, see NTSTATUS Values.
This IOCTL can only be called from kernel mode.
| Header | sidebandaudio.h |
Introduction to I/O Control Codes