The MXDM_SETCONTROLDETAILS message requests a user-mode mixer driver to set information about specified controls connected to a specified audio line for a specified device.
The driver should return MMSYSERR_NOERROR if the operation succeeds. Otherwise it should return one of the MMSYSERR or MIXERR error codes defined in mmsystem.h. See mixerSetControlDetails return values in the Win32 SDK.
A client sends the MXDM_SETCONTROLDETAILS message by calling the user-mode driver’s mxdMessage entry point, passing the specified parameters.
The driver receives a MIXERCONTROLDETAILS structure containing information to be set.