[This is preliminary documentation and subject to change.]
Enables a snap-in component to compare two data objects acquired through IComponent::QueryDataObject. Note that data objects can be acquired from two different instances of IComponent.
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