Function GetNameProcess() As String
Функция возвращает имя процесса при перечислении
нет
Windows , Linux
#Include "window9.bi"
Var pr=InitProcess
If pr<>Cast(Any Ptr,-1) And FirstProcess(pr)<>0 Then
Do
? GetNameProcess(),GetIDProcess()
Loop Until NextProcess(pr)=0
CloseHandle(pr)
EndIf
Sleep
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites