MMRESULT waveInReset(hWaveIn) | |||
HWAVEIN hWaveIn; |
The waveInReset function stops input on a given waveform input device and resets the current position to 0. All pending buffers are marked as done and returned to the application.
hWaveIn
Specifies a handle to the waveform input device.
Returns zero if the function was successful. Otherwise, it returns an error number. Possible error returns are:
Value | Meaning |
MMSYSERR_INVALHANDLE | Specified device handle is invalid. |
MMSYSERR_HANDLEBUSY | The handle hWaveIn is in use on another thread. |
waveInStart, waveInStop, waveInAddBuffer, waveInClose