GetNameProcess

Process ››
Parent Previous Next

GetNameProcess

Синтаксис

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