摘要:
[DllImport("toolhelp.dll")] private static extern int Process32First(IntPtr hSnapshot, ref PROCESSENTRY32 lppe); [DllImport("toolhelp.dll")] private static extern int Process32Next(IntPtr hSnapshot, r... 阅读全文
posted @ 2009-10-12 12:00 脚印 阅读(692) 评论(6) 推荐(0) 编辑