hello,
How do I get the list of active processes ?
I tried this call, but ...
items, instances = win32pdh.EnumObjectItems(None,None,object,
win32pdh.PERF_DETAIL_WIZARD)
return instances
... it doesn't reflect dynamic changes,
just the status quo at the start of my program :-(
thanks,
Stef Mientki