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.
Gets the filter information that is identified by the specified filter index.
Syntax
HRESULT GetFilterInfo(
DWORD dwFilterIndex,
ISyncFilterInfo ** ppIFilterInfo);
Parameters
dwFilterIndex
[in] An index into the list of filters that are combined by this filter.ppIFilterInfo
[out] Returns the filter information that is identified by dwFilterIndex.
Return Value
S_OK.
E_INVALIDARG when dwFilterIndex is an invalid value.
E_POINTER.