waveInStart function winmm

int waveInStart(
  1. int hwi
)

The waveInStart function starts input on the given waveform-audio input device.

MMRESULT waveInStart(
  HWAVEIN hwi
);

Implementation

int waveInStart(int hwi) => _waveInStart(hwi);