摘要:
using System.Runtime.InteropServices;[Flags]public enum ExitWindows : uint{LogOff = 0x00, //注销 ShutDown = 0x01, //关机 Reboot = 0x02, //重启 Force = 0x04,PowerOff = 0x08,ForceIfHung = 0x10}[Flags]public e... 阅读全文
posted @ 2010-11-19 00:54
宏宇
阅读(329)
评论(0)
推荐(0)
浙公网安备 33010602011771号