faqts : Computers : Programming : Languages : Python : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 13 people (62%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

(win32api) how to enumerate processes?

May 13th, 2002 06:17
Markus Indenbirken, unknown unknown, Mark Hammond


You need to use the performance monitor functions - check out
win32pdhutil.py for a demo.

In case you are using an international version of Windows: check out 
the localized ressource names, e.g. "Process" is "Prozess" in german 
versions (at least in W2K).