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