C# Class GmailNotifier.SoundUtil

Afficher le fichier Open project: kwerty/Gmail-Notifier Class Usage Examples

Méthodes publiques

Méthode Description
PlaySound ( string path ) : void
PlayWindowsSound ( string name ) : void

Private Methods

Méthode Description
PlaySound ( string pszSound, IntPtr hMod, SoundFlags sf ) : bool

Method Details

PlaySound() public static méthode

public static PlaySound ( string path ) : void
path string
Résultat void

PlayWindowsSound() public static méthode

public static PlayWindowsSound ( string name ) : void
name string
Résultat void