Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 730 Bytes

waveInStop.md

File metadata and controls

42 lines (28 loc) · 730 Bytes

Home

Function name : waveInStop

Group: Windows Multimedia - Library: winmm


The waveInStop function stops waveform-audio input.


Code examples:

Class for sound recording

Declaration:

MMRESULT waveInStop(
  HWAVEIN hwi
);  

FoxPro declaration:

DECLARE INTEGER waveInStop IN winmm;
	INTEGER hwi  

Parameters:

hwi Handle to the waveform-audio input device.


Return value:

Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.