[向ccrun提问]怎么获取Jobs中的进程列表及进程名?
日总是我哥 2012-06-05 10:19:19 想使用Jobs,等待进程树的结束(例程的详细代码:http://www.cnblogs.com/jamesliuguo/)
QueryInformationJobObject(job, 3, ProList, sizeof(TJobObjectBasicProcessIDList), len);
if proList^.NumberOfProcessIdsInList <= 0 then
break;
上面的代码,在进程树没结束时,怎么取到进程列表的名称?
谢谢ccrun抽空回复!