What I would like to do is have process A launch process B, then be able to have process A know when process B is idle, after it has down some work(not after it has created the window).
I've seen a function called WaitForSingleObjectEx, but am not sure if this is what I can use.
