ISyncChangeBatchWithFilterKeyMap::SetFilterKeyMap

Sets the filter key map that contains the filters tracked by the replica that originated this change batch.


HRESULT SetFilterKeyMap(
  IFilterKeyMap * pIFilterKeyMap);

pIFilterKeyMap

[in] The filter key map that contains the filters tracked by the replica that originated this change batch.

  • 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.

Show: