怕翻译的不好,就拿过来了。<br>The CopyFile function copies an existing file to a new file.<br>The CopyFileEx function provides two additional capabilities. <br>CopyFileEx can call a specified callback function each time a portion <br>of the copy operation is completed, and CopyFileEx can be canceled <br>during the copy operation.<br>使用这个函数,需要使用回掉函数,能够随时给应用程序提供拷贝进度,同时可以取消。<br>不错的,虽然使用BlockREad也能够做到。