摘要: #include <afxinet.h> int main(){ BOOL dRes,pRes; HINTERNET hInternet; HINTERNET hConnect; hInternet = InternetOpen("A3GS Sample", INTERNET_OPEN_TYPE_D 阅读全文
posted @ 2021-05-11 19:53 红叶空间 阅读(2514) 评论(2) 推荐(1) 编辑
摘要: //遍历进程 #include <windows.h>#include <tlhelp32.h> //进程快照函数头文件#include <stdio.h> int main(){ int countProcess=0; //当前进程数量计数变量 PROCESSENTRY32 currentProc 阅读全文
posted @ 2021-05-11 17:19 红叶空间 阅读(480) 评论(0) 推荐(0) 编辑