Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if a process is running ?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00854563
Message ID:
00854574
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform