... 得到句柄 hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE,2284);//得到进程句柄 if (hProc == NULL) { AfxMessageBox("打开进程失败"); } else ...
確定! 回上一頁