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.
public IRunningObjectTable GetRunningObjectTable();
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.