ILoadFilter Interface
The ILoadFilter interface defines the methods and properties of the LoadFilter object. The LoadFilter object provides methods for loading an IFilter.
Extends
IUnknown interface
Public Methods
The following table describes methods of the ILoadFilter interface.
Name | Description |
---|---|
LoadIFilter | Gets a pointer to the IFilter that is most suitable for the specified content type. |
LoadIFilterFromStorage | Gets a pointer to the IFilter that is most suitable for the content contained in an IStorage object. |
LoadIFilterFromStream | Gets a pointer to the IFilter that is most suitable for a specified class ID retrieved from a stream variable. |
Remarks
These methods implement some of the same functionality as methods of the IFilterRegistration2 interface.
Requirements
Platform: Microsoft Windows Server 2003