ISyncChangeWithFilterKeyMap::GetFilterForgottenKnowledge
Gets the filter forgotten knowledge for the specified filter.
Syntax
HRESULT GetFilterForgottenKnowledge(
DWORD dwFilterKey,
ISyncKnowledge ** ppIFilterForgottenKnowledge);
Parameters
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.
Return Value
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.