Platform SDK: Windows Multimedia

MM_WIM_CLOSE

The MM_WIM_CLOSE message is sent to a window when a waveform-audio input device is closed. The device handle is no longer valid after this message has been sent.

MM_WIM_CLOSE 
wParam = (WPARAM) hInputDev 
lParam = reserved 
 

Parameters

hInputDev
Handle of the waveform-audio input device that was closed.
lParam
Reserved; must be zero.

Return Values

This message does not return a value.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Mmsystem.h.

See Also

Waveform Audio Overview, Waveform Messages