Sponsors
CopyFileEx
in Files
Function name: CopyFileEx
Defined in : Kernel32
Requirements : Windows NT 4.0 or later; Win9x/ME: Not supported
Declaration:
Declare Function CopyFileEx Lib "kernel32.dll" Alias "CopyFileExA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal lpProgressRoutine As Long, lpData As Any, ByRef pbCancel As Long, ByVal dwCopyFlags As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.