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.
Called by the Sync Framework runtime to determine whether an item satisfies the filtering criteria of the provider.
HRESULT IsInsideFilterScope(
const ITEM_FIELDS *pKeyAndVersionInfo,
BOOL *pbIsInsideFilterScope);
Parameters
- pKeyAndVersionInfo
[in] An ITEM_FIELDS structure that contains the key and version of the item to be checked.
- pbIsInsideFilterScope
[out] Returns true if the item satisfies the filtering criteria. Otherwise, false.
Return Value
- S_OK