H
harish
how to know that a process has terminated or not running.
I can use GetExitCodeProcess function for this.
But my doubt is:
I need to pass the process handle to this function.
And when a process is terminated, the same handle id can be associated
with some other process(that is the handle may not be unique).
Is my doubt correct or how is it.
please help
thanks in advance
harish
I can use GetExitCodeProcess function for this.
But my doubt is:
I need to pass the process handle to this function.
And when a process is terminated, the same handle id can be associated
with some other process(that is the handle may not be unique).
Is my doubt correct or how is it.
please help
thanks in advance
harish