zzyhost

导航

2014年4月2日 #

CreateToolhelp32Snapshot

摘要: //c#遍历系统所有进程[StructLayout(LayoutKind.Sequential)] public struct ProcessEntry32 { public uint dwSize; public uint cntUsage; public uint th32ProcessID; public IntPtr th32DefaultHeapID; public uint th32ModuleID; public uint... 阅读全文

posted @ 2014-04-02 21:49 zzyhost 阅读(886) 评论(0) 推荐(0) 编辑