IBackgroundCopyFile3 接口 (bits3_0.h)

使用此接口可检索包含下载内容的临时文件的名称,并验证文件,以便对等方可以请求其内容。

若要获取 IBackgroundCopyFile3 接口指针,请使用接口标识符__uuidof (IBackgroundCopyFile3) 调用 IBackgroundCopyFile3: :QueryInterface 方法。

继承

IBackgroundCopyFile3 接口继承自 IBackgroundCopyFileIBackgroundCopyFile2IBackgroundCopyFile3 还具有以下类型的成员:

方法

IBackgroundCopyFile3 接口具有这些方法。

 
IBackgroundCopyFile3::GetTemporaryName

获取包含下载内容的临时文件的完整路径。
IBackgroundCopyFile3::GetValidationState

获取此文件的当前验证状态。
IBackgroundCopyFile3::IsDownloadedFromPeer

获取一个值,该值确定是否从对等方下载了文件的任何部分。
IBackgroundCopyFile3::SetValidationState

设置此文件的验证状态。

要求

要求
最低受支持的客户端 Windows Vista
最低受支持的服务器 Windows Server 2008
目标平台 Windows
标头 bits3_0.h (包括 Bits.h)

另请参阅

IBackgroundCopyFile

IBackgroundCopyFile2