If you're talking about system processes, you might want to look into using some Win32 API functions to get the job done. I could be way off on what you're trying to do, but I'm not sure that you can directly access a system process outside of your own application by any other means.
I could be wrong, but I know that you *can* do it with the Win32 API.