This documentation is archived and is not being maintained.
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.
The custom filter that is returned in pISyncFilter is typically implemented by the provider.