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 playback rate multiplier value for the specified device.
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_GETPLAYBACKRATE. Additionally, in response to the WODM_GETDEVCAPS message, it must set WAVECAPS_PLAYBACKRATE in the dwSupport member of the WAVEOUTCAPS structure.