.
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!
A 2019 user who is working on a new C# midi library based on winmm.dll
2/9/2019 6:40:49 AM - -95.150.180.171
A 2019 user who is working on a new C# midi library based on winmm.dll
2/9/2019 6:40:49 AM - -95.150.180.171
