ICeFileFilterSite : IUnknown

This interface is implemented by the Explorer Window for the mobile device. A pointer to this interface will be passed to some file filter methods.

At a Glance

Header file: Replfilt.h
Windows CE versions: 2.0 and later

Methods Description
ICeFileFilterSite::OpenSourceFile Called by a file filter to open a source file.
ICeFileFilterSite::OpenDestinationFile Called by a file filter to open a destination file.
ICeFileFilterSite::CloseSourceFile Called by a file filter to close a source file.
ICeFileFilterSite::CloseDestinationFile Called by a file filter to close a destination file.
ICeFileFilterSite::ReportProgress Called by a file filter to report the progress of a file conversion.
ICeFileFilterSite::ReportLoss Called by a file filter to report any information that it intentionally discarded during a file conversion. The file filter specifies a message that explains the data loss, and Windows CE Services 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.