CopyFileEx (coredll)
Last changed: -212.185.43.203

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool CopyFileEx(string lpExistingFileName,
      string lpNewFileName,
      CopyProgressRoutine lpProgressRoutine,
      IntPtr lpData,
      ref Int32 pbCancel,
      CopyFileFlags dwCopyFlags););

User-Defined Types:

CopyProgressRoutine.

Alternative Managed API:

None available.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
CopyFileEx on MSDN