This message is used in an MMDRV_MESSAGE_PARAMS structure passed to the WAV_IOControl function to request a waveform output driver to set the specified device’s pitch multiplier value.
MMSYSERR_NOERROR indicates success. Otherwise, the driver returns one of the MMSYSERR or WAVEERR error values declared in the Mmsystem.h header file.
The ACM sends this message by calling the audio driver’s WAV_IOControl entry point through the DeviceIoControl function.
Support for this message by drivers is optional. However, if a driver supports this message, it must support WODM_GETPITCH. Additionally, in response to a WODM_GETDEVCAPS message, it must set WAVECAPS_PITCH in the dwSupport member of the WAVEOUTCAPS structure.