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);

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.

Show: