This interface is implemented by the H/PC Explorer. A pointer to this interface is passed to some file filter methods.
At a Glance
| Header file: | Replfilt.h |
| Windows CE versions: | 1.0 and later |
| Methods | Description |
| IPegasusFileFilterSite::OpenSourceFile | Called by a file filter to open a source file. |
| IPegasusFileFilterSite::OpenDestinationFile | Called by a file filter to open a destination file. |
| IPegasusFileFilterSite::CloseSourceFile | Called by a file filter to close a source file. |
| IPegasusFileFilterSite::CloseDestinationFile | Called by a file filter to close a destination file. |
| IPegasusFileFilterSite::ReportProgress | Called by a file filter to report the progress of a file conversion. |
| IPegasusFileFilterSite::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 H/PC Explorer 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. |