Example #1
0
 public static extern bool PlaySoundW([MarshalAs(UnmanagedType.LPWStr)] string pszSound, IntPtr hmod, NativeEnums.SND fdwSound);
Example #2
0
 public static extern bool PlaySound(IntPtr pszSound, IntPtr hmod, NativeEnums.SND fdwSound);