[This is preliminary documentation and subject to change.]
The IResultDataCompare interface that enables your snap-in component to compare items that are displayed in a sorted order in the result pane.
You implement IResultDataCompare in your snap-in when the built-in sorting is not sufficient.
| IUnknown Methods | Description |
|---|---|
| QueryInterface | Returns pointers to supported interfaces. |
| AddRef | Increments reference count. |
| Release | Decrements reference count. |
| IResultResultDataCompare Methods | Description |
|---|---|
| Compare | Compares two cookies. |