Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Dec : MoveFileWithProgress

www.cryer.info
Managed Newsgroup Archive

MoveFileWithProgress

Subject:MoveFileWithProgress
Posted by:"Thomas Mueller" (nospam@dummzeuch.de)
Date:16 Dec 2007 06:53:33

Hi,

I am trying to use the Windows API function MoveFileWithProgress.
Basically it works fine, the file gets moved, but my callback function is
never called. Is there anything else, apart from passing the callback
function as a parameter, I must do to have it called? CopyFileEx, which is
similar for copying a file, works as expected.

Does MoveFileWithProgress maybe only call the callback function, if moving
the file takes more than just renaming the file?

twm

Replies:

www.cryer.info
Managed Newsgroup Archive