// bthhfpddi.h
// CTL_CODE(0x0022, 0x008, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_BTHHFP_MIC_SET_VOLUME 0x00220023
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_BTHHFP_MIC_SET_VOLUME IOCTL sets the volume level of the microphone for the Bluetooth device.
A LONG that represents the volume level in 1/65536 decibels.
The size of a LONG.
N/A
N/A
N/A
The audio driver sends this request when handling the KSPROPERTY_AUDIO_VOLUMELEVEL property for the KSNODETYPE_VOLUME node in the KS topology of the microphone path. The request’s input parameter is the same as the KSPROPERTY_AUDIO_VOLUMELEVEL property value.