IBackgroundCopyFile 接口 (bits.h)

IBackgroundCopyFile 包含有关属于作业的文件的信息。 例如,可以使用 IBackgroundCopyFile 方法检索文件的本地和远程名称以及传输进度信息。

若要获取 IBackgroundCopyFile 接口指针,请调用 IBackgroundCopyError::GetFile 方法或 IEnumBackgroundCopyFiles::Next 方法。

继承

IBackgroundCopyFile 接口继承自 IUnknown 接口。 IBackgroundCopyFile 还具有以下类型的成员:

方法

IBackgroundCopyFile 接口具有以下方法。

 
IBackgroundCopyFile::GetLocalName

检索文件的本地名称。
IBackgroundCopyFile::GetProgress

检索有关文件传输进度的信息。
IBackgroundCopyFile::GetRemoteName

检索文件的远程名称。

要求

要求
最低受支持的客户端 Windows XP
最低受支持的服务器 Windows Server 2003
目标平台 Windows
标头 bits.h

另请参阅

IBackgroundCopyError

IBackgroundCopyFile2

IBackgroundCopyJob

IEnumBackgroundCopyFiles