Tip- MoveFileWithProgress()
Details - The MoveFileWithProgress funct ion coordinates its operation with the link tracking service, so link sources can be tracked as they are moved.
BOOL WINAPI MoveFileWithProgress(
__in LPCTSTR lpExistingFileName,
__in_opt LPCTSTR lpNewFileName,
__in_opt LPPROGRESS_ROUTINE lpProgressRoutine,
__in_opt LPVOID lpData,
__in DWORD dwFlags
);
The lpProgressRoutine parameter specifies a pointer to a CopyProgressRoutine
callback function, that is called each time another portion of the file has been moved. The callback function can be useful if a user interface is provided that displays the progress of the operation. Posted By : Velayudhan Pillai K
No comments:
Post a Comment