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