2 references to SND_NODEFAULT
System (2)
sys\system\Media\SoundPlayer.cs (2)
279
UnsafeNativeMethods.PlaySound(localPath, IntPtr.Zero, NativeMethods.
SND_NODEFAULT
| flags);
290
UnsafeNativeMethods.PlaySound(streamData, IntPtr.Zero, NativeMethods.SND_MEMORY | NativeMethods.
SND_NODEFAULT
| flags);