var hCurrentWindow:HWnd;szText:array[0..254] of
char;
begin
hCurrentWindow:=Getwindow(handle,GW_HWndFrist);
while
hCurrentWindow <> 0 do
begin
if
Getwindowtext(hcurrnetwindow,@sztext,255)>0 then
listbox1.items.add(strpas(@sztext));
hCurrentWindow:=Getwindow(hCurrentwindow,GW_HWndNext);
end;
end;
取得系统运行的进程名
最新推荐文章于 2024-10-12 18:47:14 发布
8674

被折叠的 条评论
为什么被折叠?



