waveInReset function winmm

int waveInReset(
  1. int hwi
)

The waveInReset function stops input on the given waveform-audio input device and resets the current position to zero.

MMRESULT waveInReset(
  HWAVEIN hwi
);

Implementation

int waveInReset(int hwi) => _waveInReset(hwi);