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