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.
Called by the Sync Framework runtime to determine whether an item satisfies the filtering criteria of the provider.
Syntax
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