The ICeFileFilterSite::ReportProgress method is used by a file filter to report the progress of a file conversion.
STDMETHODIMP ICeFileFilterSite::ReportProgress(
UINT nPercent
);
Header file: | Replfilt.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
None.
Windows CE Services displays a progress bar that indicates the progress of a file conversion, and uses the percentage provided by the filter to set the current position of the progress bar. The filter should periodically call ReportProgress as the conversion progresses.
Note Consider that updating the progress bar takes a certain amount of time. Therefore, you may want to limit the frequency at which the application calls the ReportProgress method, since calling this method too often can add a substantial amount of time to the actual file copy and conversion time.