The "lpProgressRoutine" parameter of the "CopyFileEx" should point to a procedure called "CopyProgressRoutine" by MSDN. I would like to know if somebody knows the difference between the "TotalFileSize" and the "StreamSize" arguments and also the difference between the "TotalBytesTransferred" and the "StreamBytesTransferred" arguments.
See PlatformSDK documentation for both CopyFileEx as well as CopyProgressRoutine.
PlatformSDK::CopyProgressRoutine does an okay job of explaining the parameters too, imho.
This function preserves extended attributes, OLE structured storage, NTFS file system alternate data streams, and file attributes.
PlatformSDK::CopyProgressRoutine does an okay job of explaining the parameters too, imho.
Oh hey f0dder. Thank you for the link man. I had totally forgotten about this post. I'll take a look at that.