function GetFullCommandProcess() as string
Возвращает полную строку команды с параметрами перечисляемого процесса
нет
Linux
#Include "window9.bi"
Var pr=InitProcess
If pr<>Cast(Any Ptr,-1) And FirstProcess(pr)<>0 Then
Do
? "name: ";GetNameProcess()
? "FullCommand: ";GetFullCommandProcess
Loop Until NextProcess(pr)=0
CloseHandle(pr)
EndIf
Sleep
Created with the Personal Edition of HelpNDoc: Easily create EBooks