Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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