.
C# Definition:
delegate CopyProgressResult CopyProgressRoutine(
long TotalFileSize,
long TotalBytesTransferred,
long StreamSize,
long StreamBytesTransferred,
uint dwStreamNumber,
CopyProgressCallbackReason dwCallbackReason,
IntPtr hSourceFile,
IntPtr hDestinationFile,
IntPtr lpData);
User-Defined Types:
CopyProgressResult, CopyProgressCallbackReason
Notes:
None.
Copies an existing file to a new file, notifying the application of its progress through a callback function.
12/8/2008 4:52:11 PM - -204.153.16.62
The MoveFileWithProgress API
4/24/2008 10:36:57 AM - -88.51.111.155
Return value of CopyProgressRoutine.
3/16/2007 1:40:39 PM - anfortas.geo@yahoo.com-216.204.61.86
Reason that CopyProgressRoutine was called.
3/16/2007 1:40:38 PM - anfortas.geo@yahoo.com-216.204.61.86
Please edit this page!
Do you have...
- helpful tips?
- corrections to the existing content?
- alternate definitions?
- additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.
