PathEngine home previous: Interface iProgressCallBacknext: iProgressCallBack::updateProgressL()
Contents, API Reference, Interfaces, iProgressCallBack, updateProgress

iProgressCallBack::updateProgress()

Description

This method is called by PathEngine to report progress.

Syntax

void updateProgress(const char* description, float percent);
        

Parameters

description A C string with a human readable text description of the sub-process currently underway.
This string is only valid for the duration of this method, and must not be retained after the method returns.
percent The amount of progress within the current sub-process, as a fractional percentage between 0 and 1.
0 corresponds to no progress, 1 corresponds to sub-process completion.

Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iProgressCallBack::updateProgressL()