ISyncChangeBatchWithFilterKeyMap::SetFilterKeyMap
Sets the filter key map that contains the filters tracked by the replica that originated this change batch.
Syntax
HRESULT SetFilterKeyMap(
IFilterKeyMap * pIFilterKeyMap);
Parameters
- pIFilterKeyMap
[in] The filter key map that contains the filters tracked by the replica that originated this change batch.
Return Value
S_OK.
E_POINTER.
SYNC_E_INVALID_OPERATION when the change batch object already contains a filter key map, or when a group has been started in the change batch.