Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sound Card
Message
De
19/04/1999 11:36:32
 
 
À
19/04/1999 09:20:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00209629
Message ID:
00209693
Vues:
21
>Does anybody out there know how I can determine if a computer has a sound card? An API call perhaps? Any and all help is appreciated.

Hi,

You can use mixerGetNumDevs function that retrieves the number of mixer devices present in the system. And then mixerGetDevCaps to determine a mixer device capabilities.

Declare INTEGER mixerGetNumDevs in WinMM && Returns the number of mixer devices or zero if no mixer devices are available.

Declare INTEGER mixerGetDevCaps in WinMM INTEGER, STRING@, INTEGER

Best regards.

Alex
Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform