摘要: #include #include"psapi.h"#include////判断进程是否存在DWORD GetProcessidFromName(LPCTSTR name){PROCESSENTRY32 pe;DWORD id=0;HANDLE hSnapshot=CreateToolhelp32S... 阅读全文
posted @ 2014-08-08 17:06 for love@2014 阅读(2373) 评论(0) 推荐(0)