midiConnect
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint midiConnect(
IntPtr hmi,
IntPtr hmo,
IntPtr pReserved
);
Microsoft documentation: Link
Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint midiConnect(
IntPtr hmi,
IntPtr hmo,
IntPtr pReserved
);
Microsoft documentation: Link
Last updated