Microsoft SDK for Java

GetRunningObjectTable

This method of the IBindCtx interface provides an interface pointer to the Running Object Table (ROT) for the computer on which this bind context is running.

Syntax

public IRunningObjectTable GetRunningObjectTable();

Return Values

This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:

S_OK -- A pointer to the ROT was returned successfully.

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