News

In the previous posting, I covered the installation of Process Explorer and setting things up so that it runs automatically at startup time with its icon permanently displayed in the system tray ...
I have a PID of another process and I want to check the process name (which you get in process by calling GetCommandLine()). Is there any way of doing this by using the HANDLE returned from ...