IProtocolHandlerSite interface
Provides methods for a protocol handler's IUrlAccessor object to query the Filter Daemon for the appropriate filter for the URL item.
Members
The IProtocolHandlerSite interface inherits from the IUnknown interface. IProtocolHandlerSite also has these types of members:
Methods
The IProtocolHandlerSite interface has these methods.
| Method | Description |
|---|---|
| GetFilter |
Retrieves the appropriate IFilteraccording to the supplied parameters. |
Remarks
When a protocol handler encounters items with embedded documents, the protocol handler requests additional filters from the Filter Daemon by calling the IProtocolHandlerSite::GetFilter method.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
See also