Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns whether a provider is filtering data items during this synchronization session, and options that specify which items to send to the destination replica.
Syntax
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