Get a process's child process

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

Hi,

Is there a way to get the current process's child processes?

Or given a user, get all the processes that are running as that user using
C#?

Thank you in advance!

Agnes
 
I am not sure how, but you will have to poke into the Windows API. For sigs,
check pinvoke.net. That is the way the utilities that use this type of info
work.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top