IFilterTrackingNotifyingChangeApplierTarget::GetFilterKeyMap

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

HRESULT GetFilterKeyMap(
  IFilterKeyMap ** ppFilterKeyMap);

Parameters

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

Return Value

  • S_OK.

  • Provider-determined error codes.

Remarks

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

See Also

Reference

IFilterTrackingNotifyingChangeApplierTarget Interface