2013年3月5日

摘要: #include <windows.h>#include <tlhelp32.h>#include <stdio.h>BOOL EnumThreadList ();int main(){ EnumThreadList(); return 0;}BOOL EnumThreadList () { HANDLE hThreadSnap = NULL; BOOL bRet = FALSE; THREADENTRY32 te32 = {0}; // Take a snapshot of all thr... 阅读全文
posted @ 2013-03-05 20:43 All IN 阅读(274) 评论(0) 推荐(0)

导航