Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface is implemented by a file filter site. A pointer to this interface is passed to some file filter methods.

Method Description

CloseDestinationFile

Called by a file filter to close a destination file.

CloseSourceFile

Called by a file filter to close a source file.

OpenDestinationFile

Called by a file filter to open a destination file.

OpenSourceFile

Called by a file filter to open a source file.

ReportLoss

Called by a file filter to report any information it intentionally discarded during a file conversion. The file filter specifies a message that explains the data loss, and the mobile Internet browser formats and displays the message in a message box when the file conversion is complete. The file filter can specify either the identifier of a message table resource, or the address of a buffer that contains the message string.

ReportProgress

Called by a file filter to report the progress of a file conversion.

Requirements

Header replfilt.h
Library coredll.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also