The MM_MIXM_CONTROL_CHANGE message is sent by a mixer device to notify an application that the state of a control associated with an audio line has changed. The application should refresh its display and cached values for the specified control.
MM_MIXM_CONTROL_CHANGE
wParam = (WPARAM) hMixer
lParam = (LPARAM) dwControlID
An application must open a mixer device and specify a callback window to receive the MM_MIXM_CONTROL_CHANGE message.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mmsystem.h.
Audio Mixers Overview, Audio Mixer Messages, mixerGetLineControls, MIXERCONTROL