The waveInReset function stops input on the given waveform-audio input device and resets the current position to zero.
MMRESULT waveInReset( HWAVEIN hwi );
int waveInReset(int hwi) => _waveInReset(hwi);