midiStreamPause

[DllImport("winmm.dll", SetLastError = true)]
public static extern uint midiStreamPause(
   IntPtr hms
);

Microsoft documentation: Link

Last updated