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.
Returns whether a provider is filtering data items during this synchronization session, and options that specify which items to send to the destination replica.
HRESULT GetFilterParameters(
BOOL *pbUseFilter,
PROVIDER_FRAMEWORK_FILTER_FLAGS *pFilterFlags);
Parameters
- pbUseFilter
[out] Returns true if a provider is filtering data items during this synchronization session. Otherwise, false.
- pFilterFlags
[out] Returns a PROVIDER_FRAMEWORK_FILTER_FLAGS enumeration value. This provides options about which items to send to the destination replica.
Return Value
- S_OK