ICustomFilterInfo::GetSyncFilter

Gets the ISyncFilter interface that represents the custom filter.


HRESULT GetSyncFilter(
  ISyncFilter ** pISyncFilter);

pISyncFilter

[out] Returns the ISyncFilter interface that represents the custom filter.

  • S_OK

  • E_POINTER

The custom filter that is returned in pISyncFilter is typically implemented by the provider.

Show: