摘要: //强制退出QQ的程序软件#include <iostream>#include <stdio.h>#include <string>#include <windows.h>#include <tlhelp32.h>using namespace std;string str_exp="explorer.exe";string str_qq="QQ.exe";bool TerminateProcessFromId(long Id){ bool bRet = false ; //打开目标进程,取得 阅读全文
posted @ 2013-04-09 21:49 CBDoctor 阅读(655) 评论(0) 推荐(0)