摘要:
[代码] 阅读全文
摘要:
[代码] 阅读全文
摘要:
[代码] 阅读全文
摘要:
主要:#include <tlhelp32.h> // 声明快照函数的头文件PROCESSENTRY32 pe32; // 在使用这个结构之前,先设置它的大小 pe32.dwSize = sizeof(pe32); HANDLE hProcessSnap = ::CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); [代码] 阅读全文
摘要:
[代码] 阅读全文
摘要:
[代码] 阅读全文
摘要:
主要函数:CreateEvent_beginthreadexWaitForSingleObjectCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--[代码] 阅读全文