Microsoft SDK for Java

IsRunning

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).

Syntax

public boolean IsRunning(IMoniker pmkObjectName);

Return Value

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).

Parameters

[in] pmkObjectName The pointer to the IMoniker interface on the moniker to search for in the ROT.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.