IEnumBackgroundCopyFiles 接口 (bits.h)

使用 IEnumBackgroundCopyFiles 接口枚举作业包含的文件。 若要获取 IEnumBackgroundCopyFiles 接口指针,请调用 IBackgroundCopyJob::EnumFiles 方法。

继承

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

方法

IEnumBackgroundCopyFiles 接口具有这些方法。

 
IEnumBackgroundCopyFiles::Clone

创建另一个包含与当前枚举状态相同的 IEnumBackgroundCopyFiles 枚举器。
IEnumBackgroundCopyFiles::GetCount

检索枚举中文件数的计数。
IEnumBackgroundCopyFiles::Next

检索枚举序列中指定数目的项。 如果序列中剩余的元素数少于请求的元素数,它将检索剩余的元素。 (IEnumBackgroundCopyFiles.Next)
IEnumBackgroundCopyFiles::Reset

将枚举序列重置到开头。 (IEnumBackgroundCopyFiles.Reset)
IEnumBackgroundCopyFiles::Skip

跳过枚举序列中下一个指定数量的元素。 如果序列中剩余的元素数少于要跳过的请求元素数,则会跳过序列中最后一个元素。 (IEnumBackgroundCopyFiles.Skip)

要求

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

另请参阅

IBackgroundCopyJob::EnumFiles

IEnumBackgroundCopyJobs