MM_MIXM_CONTROL_CHANGE (Windows Embedded CE 6.0)
1/6/2010
This 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.
Syntax
MM_MIXM_CONTROL_CHANGE
wParam = (WPARAM) hMixer
lParam = (LPARAM) dwControlID
Parameters
- hMixer
Handle of the mixer device (HMIXER) that sent the message.
dwControlID
Control identifier for the mixer control that has changed state.This identifier is the same as the dwControlID member of the MIXERCONTROL structure returned by the mixerGetLineControls function.
Return Value
None.
Remarks
An application must open a mixer device and specify a callback window to receive the MM_MIXM_CONTROL_CHANGE message.
Requirements
Header | mmsystem.h |
Windows Embedded CE | Windows CE 2.12 and later |
Note | Version 2.12 requires DXPAK 1.0 or later |
See Also
Reference
Hardware Audio Mixer Messages
mixerGetLineControls
MIXERCONTROL