Click to See Complete Forum and Search --> : Follow process structure


Andrea_Rossini
November 27th, 2006, 06:11 AM
Hello!
I was wondering about if I can find what process started a process I know the id of.

Thanks.

Krishnaa
November 27th, 2006, 06:38 AM
If you use Toolhelp library (http://msdn2.microsoft.com/en-us/ms682623.aspx), then PROCESSENTRY32.th32ParentProcessID (http://msdn2.microsoft.com/en-us/library/ms684839.aspx) can give you that.

Andrea_Rossini
November 27th, 2006, 07:59 AM
Thank you I'm giving a try.
:)