Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 795 Bytes

waveOutGetNumDevs.md

File metadata and controls

37 lines (24 loc) · 795 Bytes

Home

Function name : waveOutGetNumDevs

Group: Windows Multimedia - Library: winmm


Retrieves the number of waveform-audio output devices present in the system.


Code examples:

Quering waveform-audio output devices

Declaration:

UINT waveOutGetNumDevs(VOID);  

FoxPro declaration:

DECLARE INTEGER waveOutGetNumDevs IN winmm  

Parameters:

This function takes no parameters.


Return value:

Returns the number of devices. A return value of zero means that no devices are present or that an error occurred.