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