Top "Psapi" questions

The Microsoft process status application programming interface (PSAPI) is a helper library that makes it easier for you to obtain information about processes and device drivers.

How to get Windows window names with ctypes in python

I try to get Windows window title names and pids through handles with long objects. My code works but there …

python windows ctypes long-integer psapi