Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the filter forgotten knowledge for the specified filter.
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.