# waveOutReset

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

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/api/mmeapi/nf-mmeapi-waveoutreset)
