IProtocolHandlerSite Interface

Provides a UrlAccessor object access to the Filter Daemon to get services.

Extends

The IProtocolHandlerSite interface extends the IUnknown interface.

IProtocolHandlerSite Methods

Name Description

GetFilter Method

Retrieves the appropriate filter according to the supplied parameters.

Remarks

Use this interface for content items with multiple embedded documents. You can enumerate the embedded documents and invoke the appropriate Filter object for each.

This approach is recommended over loading IFilters separately, because it allows for the sharing of IFilters that are already loaded in the cache.

See Also

Concepts

Protocol Handler Reference
ISearchProtocol Interface
IUrlAccessor Interface
Enterprise Search Protocol Handlers