h := OpenProcess(PROCESS_ALL_ACCESS, false, p); //p 为进程ID if h > 0 then begin if EnumProcessModules( h, @hMod, sizeof(hMod), cbNeeded) then
確定! 回上一頁