GM_SetProgressCallbackThread

Sets the function to call to report the progress of an operation in the calling thread. If a progress callback is provided, a progress dialog will not be shown, instead the callback function will be called. Pass NULL in for the callback function to restore the standard progress reporting dialog.

Syntax

C++
Copy
void GM_SetProgressCallbackThread
(
GM_ProgressCallbackFunc aCallbackFunc
);