IEnumBackgroundCopyGroups 接口 (qmgr.h)

[IEnumBackgroundCopyGroups 可用于“要求”部分中指定的操作系统。 它可能在后续版本中变更或不可用。 请改用 BITS 接口。]

使用 IEnumBackgroundCopyGroups 接口枚举下载队列中的组列表。 若要获取 IEnumBackgroundCopyGroups 接口指针,请调用 IBackgroundCopyQMgr::EnumGroups 方法。

继承

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

方法

IEnumBackgroundCopyGroups 接口具有这些方法。

 
IEnumBackgroundCopyGroups::Clone

使用 Clone 方法创建另一个 IEnumBackgroundCopyGroups 枚举器,该枚举器包含与当前枚举状态相同的枚举器。
IEnumBackgroundCopyGroups::GetCount

使用 GetCount 方法检索枚举中组数的计数。
IEnumBackgroundCopyGroups::Next

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

使用 Reset 方法将枚举序列重置为开头。 (IEnumBackgroundCopyGroups.Reset)
IEnumBackgroundCopyGroups::Skip

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

要求

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