您现在的位置: 爱51代码网 >> 范文 >> 文章正文
delphi挂起一个进程中的线程

delphi挂起一个进程中的线程

以下代码可以取ID但不知何挂起:
procedure TForm1.Button6Click(Sender: TObject);
var   lppe:Tprocessentry32;
          hh,tt:Thandle;
          tppe:TThreadEntry32;
          PId:Dword;
          hthread:Dword;
  begin
          hh:=createtoolhelp32snapshot(TH32CS_SNAPPROCESS,0);
          lppe.dwsize:=sizeof(lppe);
          tppe.dwsize:=sizeof(tppe);
          if   process32first(hh,lppe)   then
              repeat
              pid:=lppe.th32ProcessID;
                     // listbox1.items.add(format('<%x>%s',[pid,extractfilename(lppe.szExeFile)]));
                    if  extractfilename(lppe.szExeFile)='c.exe' then
                    begin
                      tt:=createtoolhelp32snapshot(TH32CS_SNAPTHREAD,0);
                      if   thread32first(tt,tppe)   then
                      repeat
                            if   tppe.th32OwnerProcessID=pid   then
                           //    hthread:=OpenThread($2, FALSE, tppe.th32ThreadID);
                             //   SuspendThread(hThread);

                                  listbox1.items.add(format('     theadid:<%x>',[tppe.th32ThreadID]));

                      until   not   thread32next(tt,tppe);
                      closehandle(tt);
                    end;
              until   not   process32next(hh,lppe);
          CloseHandle(hh);
          edit1.text:=inttostr(listbox1.items.count);

end;

SuspendThread

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    mysql主从同步延迟方案解决的学习
    青岛科学六年级下册教材分析
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    总分公司财务核算
    恢复使用繁体字可行性研究报告
    青少年吸烟心理探析
    保险受益人制度相关问题的探讨
    mysql主从同步延迟方案解决的学习
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    总分公司财务核算
    恢复使用繁体字可行性研究报告
    保险受益人制度相关问题的探讨
    初中生地理读图能力培养的研究
    搞笑生日祝福
    没有相关文章
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |