|
MM_MIXM_LINE_CHANGE
The MM_MIXM_LINE_CHANGE message is sent by a mixer device to notify an
application that the state of an audio line on the specified device has changed. The
application should refresh its display and cached values for the specified audio
line.
MM_MIXM_LINE_CHANGE
wParam = (WPARAM) hMixer
lParam = (LPARAM) dwLineID
Parameters
hMixer
Handle of the mixer device that sent the notification message.
dwLineID
Line identifier for the audio line that has changed state. This identifier is
the same as the dwLineID member of the MIXERLINE structure returned by the mixerGetLineInfo function.
Remarks
An application must open a mixer device and specify a callback window to
receive the MM_MIXM_LINE_CHANGE message.
See Also
mixerGetLineInfo, MIXERLINE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|