[This is preliminary documentation and subject to change.]
Enables a snap-in component to compare two data objects acquired through QueryDataObject. Note that the data objects can be acquired from two different instances of IComponentData.
HRESULT CompareObjects(
LPDATAOBJECT lpDataObjectA, // pointer to the first data object
LPDATAOBJECT lpDataObjectB // pointer to the second data object
);
The IDataObject interface is documented in the Platform SDK.
IComponent, IComponentData, IConsole