IFilterTrackingNotifyingChangeApplierTarget::GetFilterKeyMap

When overridden in a derived class, gets the filter key map of the replica.


HRESULT GetFilterKeyMap(
  IFilterKeyMap ** ppFilterKeyMap);

ppFilterKeyMap

[out] Returns the filter key map of the replica.

  • S_OK.

  • Provider-determined error codes.

The filter key map of a replica defines a mapping between DWORD indexes and the filters that the replica tracks.

Show: