Die Community zu .NET und Classic VB.
Menü

PlaySound

 von 

Deklaration  

Declare Function PlaySound Lib "winmm.dll" _
                 Alias "PlaySoundA" ( _
                 ByVal lpszName As String, _
                 ByVal hModule As Long, _
                 ByVal dwFlags As Long) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel PlaySound des API-Wikis.

Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.

Zugehörige Tipps