|
IROTData
The IROTData interface 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.
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.
When to Use
You typically do not need to use this interface. This interface is used by the
system's implementation of the ROT.
Methods in Vtable Order
IROTData Method
| Description
| GetComparisonData
| Retrieve data to allow moniker to be compared with another.
|
See Also
IMoniker, IRunningObjectTable
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|