Share via


IFilteredSimpleSyncProvider::IsInsideFilterScope

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

See Also

Reference

IFilteredSimpleSyncProvider Interface