waveOutReset

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

Microsoft documentation: Linkarrow-up-right

Last updated