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 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.