ICustomFilterInfo::GetSyncFilter

Gets the ISyncFilter interface that represents the custom filter.

HRESULT GetSyncFilter(
  ISyncFilter ** pISyncFilter);

Parameters

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

Return Value

  • S_OK

  • E_POINTER

Remarks

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

See Also

Reference

ICustomFilterInfo Interface