waveInReset

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

Microsoft documentation: Link

Last updated