Is it possible to get the parent process which has started my process?
E.g.
When I created a screensaver and rundll32.exe starts my ss in preview window then rundll32.exe is the parent process and my ss is a child process of it!
Further can I get the amount of child processes which has e.g. rundll32.exe has started?
<Parent process> PID 1000 (e.g. rundll32.exe)
├-----> <Child Process 1> PID 2000
├-----> <Child Process 2> PID 2001
├-----> <Child Pro