How to get actual line while rendering

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 26/06/2003 at 23:56, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
hi there,
i created a CommandData plugin to start a rendering process with RenderDocument(...). now i want to update a status bar with StatusSetBar() but i need any information about progress.
using a ProgressHook maybe solves the problem but how will i get the information about the actually rendered line.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 28/06/2003 at 02:10, xxxxxxxx wrote:

RenderDocument() continuously fills the passed BaseBitmap with the rendered image, notifying you via the ProgressHook when the bitmap has changed.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 29/06/2003 at 22:57, xxxxxxxx wrote:

so it's notifying after each pixel or after each line?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 03/09/2003 at 05:22, xxxxxxxx wrote:

Thanks, did it.