waveOutGetNumDevs The waveOutGetNumDevs function retrieves the number of waveform-audio output devices present in the system.
VB4-32,5,6
Declare Function waveOutGetNumDevs Lib "winmm.dll" Alias "waveOutGetNumDevs" () As Long |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
Returns the number of devices. A return value of zero means that no devices are present or that an error occurred. |
|