Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 755 Bytes

mixerGetNumDevs.md

File metadata and controls

37 lines (24 loc) · 755 Bytes

Home

Function name : mixerGetNumDevs

Group: Windows Multimedia - Library: winmm


The mixerGetNumDevs function retrieves the number of mixer devices present in the system.


Code examples:

Quering Audio Mixer Device

Declaration:

UINT mixerGetNumDevs(VOID);  

FoxPro declaration:

DECLARE INTEGER mixerGetNumDevs IN winmm  

Parameters:

This function takes no parameters.


Return value:

Returns the number of mixer devices or zero if no mixer devices are available.