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.
Adds a filter to the map.
Syntax
HRESULT AddFilter(
ISyncFilter * pISyncFilter,
DWORD * pdwFilterKey);
Parameters
pISyncFilter
[in] The filter to add to the map.pdwFilterKey
[out] Returns the filter key of the newly added filter. This can be NULL if the filter key is not needed.
Return Value
S_OK
E_OUTOFMEMORY
E_POINTER
Remarks
When a new filter is added to the filter key map, the map automatically allocates more memory and resizes itself, if it is necessary.