Desktop Functions: Smart Device Functions:
|
Search Results for "midiOutClose" in [All]winmm1: midiOutClose
static extern UInt32 midiOutClose(IntPtr hMidiOut);
Declare Function midiOutClose Lib "winmm.dll" (ByRef phMidiOut As IntPtr) As Uinteger 2: midiOutOpen The device should be disposed with midiOutClose when not needed anymore. |