IAPI::IsProcessStillActive

property IsProcessStillActive.

Checks whether a process is still active in memory.

 

HRESULT IsProcessStillActive(
  long ProcessID,
  long *pVal
);

Parameters

ProcessID

[in] . Process Identifier of a running process.

pVal

[out, retval] The returned value is 0 (down) or 1 (up)

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI