ILoadFilter interface
Defines methods and properties that are implemented by the FilterRegistration object, which provides methods for loading a filter.
Members
The ILoadFilter interface inherits from the IUnknown interface. ILoadFilter also has these types of members:
Methods
The ILoadFilter interface has these methods.
| Method | Description |
|---|---|
| LoadIFilter |
Registers the filters that need to be mapped to the CLSID (CLSID_FilterRegistration), file name extensions, and MIME types that identify the content type. |
| LoadIFilterFromStorage |
This method is not implemented. |
| LoadIFilterFromStream |
This method is not implemented. |
Remarks
A filter, also known as a filter handler, is an implementation of the IFilter interface.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
IDL |
|
See also
- Conceptual
- Developing Filter Handlers
- Reference
- FILTERED_DATA_SOURCES
- IFilter
Show: