MM_MOM_CLOSE

The MM_MOM_CLOSE message is sent to a window when a MIDI output device is closed.

MM_MOM_CLOSE 
wParam = (WPARAM) hOutput 
lParam = reserved 
 

Parameters

hOutput
Handle of the MIDI output device.
lParam
Reserved; do not use.

Return Values

This message does not return a value.

Remarks

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

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mmsystem.h.

See Also

Musical Instrument Digital Interface (MIDI) Overview, MIDI Messages