Subscriber portal
Gets the filter information that is identified by the specified filter index.
HRESULT GetFilterInfo( DWORD dwFilterIndex, ISyncFilterInfo ** ppIFilterInfo);
[in] An index into the list of filters that are combined by this filter.
[out] Returns the filter information that is identified by dwFilterIndex.
S_OK.
E_INVALIDARG when dwFilterIndex is an invalid value.
E_POINTER.