waveOutClose

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

Microsoft documentation: Link

Last updated