摘要:
[DllImport("winmm.DLL", EntryPoint = "PlaySound", SetLastError = true, CharSet = CharSet.Unicode, ThrowOnUnmappableChar = true)] private static extern bool PlaySound(string szSound, System.IntPtr hMod, PlaySoundFlags flags); [System.Flags] public enum PlaySoundFlags : int { SND_S 阅读全文
posted @ 2011-08-06 22:13
kenter
阅读(1880)
评论(1)
推荐(0)

浙公网安备 33010602011771号