ISyncChangeBatchWithFilterKeyMap::GetFilterKeyMap
Gets the filter key map that contains the filters tracked by the replica that originated this change batch.
HRESULT GetFilterKeyMap(
IFilterKeyMap ** ppIFilterKeyMap);
Parameters
- ppIFilterKeyMap
[out] Returns the filter key map that contains the filters tracked by the replica that originated this change batch.
Return Value
S_OK.
S_FALSE when the change batch does not contain a filter key map.
E_POINTER.