A user-mode mixer driver’s mxdMessage function receives a MXDM_INIT message while the driver is being installed.
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.
A client sends the MXDM_INIT message by calling the user-mode driver’s mxdMessage entry point, passing the specified parameters.
Support for this message is optional. The message allows mixer drivers to perform additional installation activities after DRV_INSTALL has been received.