摘要: #include "StdAfx.h"#include <stdio.h>#include <Windows.h>#include <Tlhelp32.h>BOOL KillProcess(LPCTSTR lpszProcessName){ PROCESSENTRY32 pe32 = {sizeof(pe32)} ; HANDLE hProc... 阅读全文
posted @ 2009-10-21 00:22 Fan Zhang 阅读(165) 评论(0) 推荐(0)