waveInClose function winmm

int waveInClose(
  1. int hwi
)

The waveInClose function closes the given waveform-audio input device.

MMRESULT waveInClose(
  HWAVEIN hwi
);

Implementation

int waveInClose(int hwi) => _waveInClose(hwi);