ICeFileFilterSite
A version of this page is also available for
4/8/2010
This interface is implemented by the Explorer Window for the Windows Embedded CE–based device. A pointer to this interface will be passed to some file filter methods.
Method | Description |
---|---|
Called by a file filter to close a destination file. |
|
Called by a file filter to close a source file. |
|
Called by a file filter to open a destination file. |
|
Called by a file filter to open a source file. |
|
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 ActiveSync 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. |
|
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 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
ActiveSync Interfaces
ICeFileFilterSite::CloseDestinationFile
ICeFileFilterSite::CloseSourceFile
ICeFileFilterSite::OpenDestinationFile
ICeFileFilterSite::OpenSourceFile
ICeFileFilterSite::ReportLoss
ICeFileFilterSite::ReportProgress