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

iProgressCallBack::updateProgressL()

Description

A helper method to enable progress to be reported as a pair of longs.

Syntax

void updateProgressL(const char* description, tSigned32 current, tSigned32 total);
        

Parameters

description A C string with a human readable text description of the sub-process currently underway.
current Progress as a positive integer, e.g. the counter value of a loop.
total The maximum value of the counter passed in to current.

Remarks

This method is just a helper method, is not virtual, and should not be implemented by client side progress callback objects.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: Interface iConnectionTestCallBack