This method of the IRunningObjectTable interface determines whether the object identified by the specified moniker is currently running. This method looks for the moniker in the Running Object Table (ROT).
public boolean IsRunning(IMoniker pmkObjectName);
S_OK -- The object identified by pmkObjectName is running.
S_FALSE -- There is no entry for pmkObjectName in the ROT, or that the object it identifies is no longer running (in which case, the entry is revoked).
[in] pmkObjectName | The pointer to the IMoniker interface on the moniker to search for in the ROT. |