My situation :
Process A will call process B, that means process B is the child process of process A.
How we can capture what process will be called by process A?
Example Process A : bcc55.exe hello.c
Will automatically call process B : ilink32.exe Now give you the process A, how to find the process B.