.
C# Definition:
enum CopyProgressCallbackReason : uint
{
CALLBACK_CHUNK_FINISHED = 0x00000000,
CALLBACK_STREAM_SWITCH = 0x00000001
}
Notes:
None.
Delegate called back by CopyFileEx and MoveFileWithProgress.
3/21/2010 11:47:01 AM - 115.238.89.34
Please edit this page!
Do you have...
- helpful tips?
- corrections to the existing content?
- additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!
