GetWindowThreadProcessId(wh,id);//得到进程ID. 10. hp:=OpenProcess(PROCESS_TERMINATE,False,id);//返回进程句柄. 11. GetExitCodeProcess(hp,id);//得到退出码.
確定! 回上一頁