ISyncChangeBatchWithFilterKeyMap::GetFilterKeyMap

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


HRESULT GetFilterKeyMap(
  IFilterKeyMap ** ppIFilterKeyMap);

ppIFilterKeyMap

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

  • S_OK.

  • S_FALSE when the change batch does not contain a filter key map.

  • E_POINTER.

Show: