Microsoft SDK for Java

IROTData Interface

The IROTData interface of the com.ms.com package is implemented by monikers to enable the Running Object Table (ROT) to compare monikers against each other.

The ROT uses the IROTData interface to test whether two monikers are equal. The ROT must do this when, for example, it checks whether a specified moniker is registered as running.

Note   The IROTData interface was added as of versions 2925 through 3167 of the Microsoft virtual machine.

public interface IROTData extends IUnknown
{
  // Methods
  public int GetComparisonData(byte[] pbData, int cbMax);

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