Continue
This event has two purposes: to enable the calling process to monitor the progress of the HTML conversion, and to provide a way of terminating a conversion before it is completed.
Continue([in] int PercentDone, [out, retval] int *bQuit);
The sample program compsamp
demonstrates how to use this event.