Click or drag to resize

GM_SetProgressCallback

Sets the function to call to report the progress of an operation, like the loading of a file. 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
void GM_SetProgressCallback
(
GM_ProgressCallbackFunc aCallbackFunc
);