8 Jan
2013
8 Jan
'13
3:12 p.m.
Am 2013-01-08 20:41, schrieb Nikolay Sivov:
On 1/8/2013 22:19, Patrick Rudolph wrote:
+ BOOL progressRoutine_enabled = progressRoutine != 0; Why do you need this? You could always check for callback pointer directly.
This is necessary because the called progressRoutine can return PROGRESS_QUIET any time. The copy operation continues, but stops invoking progressRoutine to report progress.