ISyncChangeWithFilterKeyMap::GetFilterForgottenKnowledge

Gets the filter forgotten knowledge for the specified filter.


HRESULT GetFilterForgottenKnowledge(
  DWORD              dwFilterKey,
  ISyncKnowledge  ** ppIFilterForgottenKnowledge);

dwFilterKey

[in] Identifies the filter that is associated with the returned filter forgotten knowledge.

ppIFilterForgottenKnowledge

[out] Returns the filter forgotten knowledge for the filter identified by dwFilterKey.

  • S_OK.

  • E_INVALIDARG when dwFilterKey is an invalid value.

  • E_POINTER.

  • SYNC_E_BATCH_NEEDS_FILTER_FORGOTTEN_KNOWLEDGE when no filter forgotten knowledge is present for the specified filter.

Show: