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