Пример #1
0
 public static bool PlaySound(PlaySoundAlias alias, PlaySoundOptions options)
 {
     options |= PlaySoundOptions.SND_ALIAS_ID;
     return(Imports.PlaySoundW((IntPtr)alias, ModuleInstance.Null, options));
 }
Пример #2
0
 public static extern bool PlaySoundW(
     IntPtr pszSound,
     ModuleInstance hmod,
     PlaySoundOptions fdwSound);