RJ10DLL::MixerChange
LRESULT MixerChange( WPARAM hMixer, LPARAM
dwControlID );
Remarks
The MM_MIXM_CONTROL_CHANGE message should be forwarded only.
If you receive the massage
MM_MIXM_CONTROL_CHANGE of the audio system,
then call this command with the same parameters.
Example
ON_MESSAGE(MM_MIXM_CONTROL_CHANGE, OnMixCtrlChange)
LRESULT CRJ10MiniDlg::OnMixCtrlChange(WPARAM hMixer, LPARAM dwControlID)
{
return
MixerChange(hMixer,dwControlID);
}
See Also -->
RJ10M-DLL.h |