MM_MIM_CLOSE message

The MM_MIM_CLOSE message is sent to a window when a MIDI input device is closed.

MM_MIM_CLOSE 
wParam = (WPARAM) hInput 
lParam = reserved 

Parameters

hInput

Handle to the MIDI input device that was closed.

lParam

Reserved; do not use.

Return Value

This message does not return a value.

Remarks

The device handle is no longer valid after this message has been sent.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Mmsystem.h (include Windows.h)

See also

Musical Instrument Digital Interface (MIDI)

MIDI Messages