Group: Windows Multimedia - Library: winmm
The waveInGetNumDevs function returns the number of waveform-audio input devices present in the system.
Quering a waveform-audio input device
UINT waveInGetNumDevs(VOID); DECLARE INTEGER waveInGetNumDevs IN winmm This function takes no parameters.
Returns the number of devices. A return value of zero means that no devices are present or that an error occurred.
Home