IROTData interface
Implemented by monikers to enable the running object table (ROT) to compare monikers against each other.
When to implement
You must implement IROTData if you are writing your own moniker class (that is, writing your own implementation of the IMoniker interface), and if your monikers are meant to be registered in the ROT.
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.
When to use
You typically do not need to use this interface. This interface is used by the system's implementation of the ROT.
Members
The IROTData interface inherits from the IUnknown interface. IROTData also has these types of members:
Methods
The IROTData interface has these methods.
| Method | Description |
|---|---|
| GetComparisonData |
Retrieves data from a moniker that can be used to test the moniker for equality against another moniker. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IROTData is defined as f29f6bc0-5021-11ce-aa15-00006901293f |
See also