CopyFileEx (kernel32)
Last changed: -12.170.217.217

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool CopyFileEx(string lpExistingFileName, string lpNewFileName,
   CopyProgressDelegate lpProgressRoutine, IntPtr lpData,
   [In] ref bool pbCancel, uint dwCopyFlags);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CopyFileEx on MSDN