摘要:
1 using System; 2 using System.Runtime.InteropServices; 3 4 class Sound 5 { 6 private enum Flags 7 { 8 SND_SYNC = 0x0000, /* play synchronously (default) */ 9 SND_ASYNC = 0x... 阅读全文
posted @ 2007-07-06 13:46 answer 阅读(1926) 评论(2) 推荐(0) 编辑