Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show all processes
#3
Gintaras Wrote:sys.EnumProcessesEx
How I use it? I tried to make something like this, but it doesn't work:

Code:
Copy      Help
ARRAY(int) epe
ARRAY(str) pids
int i
str bin

sys.EnumProcessesEx(&epe,&pids,0)

for(i 0 epe.len)
    bin.from(pids[i] ":" epe[i])
    out bin
EDIT: Now it works..


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)