Desktop Functions: Smart Device Functions:
|
midiConnect (winmm)
C# Signature:
[DllImport("winmm.dll")] VB Signature:
Declare Function midiConnect Lib "winmm.dll" (hMidi AS Intptr, hMidiOut AS Intptr, pReserved AS IntPtr) AS UInt32 ' LD83 User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Tips & Tricks:Please add some! Sample Code:
UInt32 Connect(IntPtr midiInputHandle, IntPtr midiOutputHandle) Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|