midiOutClose (winmm)
Last changed: -95.150.180.171

.
Summary

C# Signature:

[DllImport("winmm.dll")]
static extern UInt32 midiOutClose(IntPtr hMidiOut);

VB Signature:

Declare Function midiOutClose Lib "winmm.dll" (ByRef phMidiOut As IntPtr) As Uinteger

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Should be called when disposing. - LD83

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation