ICeFileFilterSite::ReportProgress (Windows CE 5.0)

Send Feedback

This method is called by a file filter to report the progress of a file conversion.

STDMETHODIMP ICeFileFilterSite::ReportProgress(UINTnPercent);

Parameters

  • nPercent
    [in] Specifies the completed percentage of the operation. For example, if the file filter has converted 25 percent of a file, this parameter should be set to 25.

Return Values

None.

Remarks

ActiveSync 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.

Updating the progress bar takes a significant amount of time, so you might want to limit how often the application calls ReportProgress.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Replfilt.h.
Link Library: Coredll.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.