Microsoft SDK for Java

EnumRunning

This method of the IRunningObjectTable interface creates and returns a pointer to an enumerator that can list the monikers of all the objects currently registered in the Running Object Table (ROT).

Syntax

public IEnumMoniker EnumRunning();

Return Value

This method supports the standard return value E_OUTOFMEMORY, as well as the following:

S_OK -- An enumerator was successfully returned.

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