Benutzung auf eigene Gefahr ! |
| Beschreibung |
API-Funktion. Spielt Sound-Dateien ab, die auf der Festplatte liegen |
| VBA-Quelltext |
| Private Declare Function sndPlaySound Lib "winmm.dll" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long Public Function SoundDateiAbspielen(Pfad As String) sndPlaySound Pfad, 0 End Function |
| Verwendete Variable |
|