I have the handle of process 'A' on a Pocket PC 2003 device. I need to determine if that process is still running from process 'B'. Process 'B' is written in Embedded Visual C++ 4.0.
GetExitCodeProcess will return STILL_ACTIVE if the process was running when the function was called.