MM_WIM_OPEN
The MM_WIM_OPEN message is sent to a window when a waveform-audio input device is opened.
MM_WIM_OPEN
wParam = (WPARAM) hInputDev
lParam = reserved
Parameters
hInputDev
Handle to the device that was opened.
lParam
Reserved; must be zero.
Return Values
This message does not return a value.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Mmsystem.h; include Windows.h.
See Also