Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if a process is running ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00854563
Message ID:
00854574
Vues:
13
Windows NT/XP/2000 and Windows 95/98/Me use different sets of API functions for enumerating processes.

There are two corresponding examples in members area on my web site:

Enumerating Processes -- WinNT
http://www.news2news.com/vfp/?example=162

Set of API functions used in this example:
CloseHandle
EnumProcesses
EnumProcessModules
GetLastError
GetModuleBaseName
GetModuleFileNameEx
OpenProcess


And another one...
Enumerating Processes -- Win9*
http://www.news2news.com/vfp/?example=164

Set of API functions used in this example:
CloseHandle
CreateToolhelp32Snapshot
Process32First
Process32Next
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform