property IsProcessStillActive.
Checks whether a process is still active in memory.
|
ProcessID
[in] . Process Identifier of a running process.
pVal
[out, retval] The returned value is 0 (down) or
1 (up)
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.