IPegasusFileFilterSite : IUnknown

The IPegasusFileFilterSite interface is implemented by the H/PC Explorer. A pointer to this interface will be passed to some file filter methods.

At a Glance

Header file: Replfilt.h
Platforms: H/PC
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.