waveOutRestart

[DllImport("coredll.dll", SetLastError = true)]
public static extern uint waveOutRestart(
   IntPtr hwo
);

Microsoft documentation: Link

Last updated