IEnumBackgroundCopyGroups interface (qmgr.h)

[IEnumBackgroundCopyGroups is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the BITS interfaces.]

Use the IEnumBackgroundCopyGroups interface to enumerate the list of groups in the download queue. To get an IEnumBackgroundCopyGroups interface pointer, call the IBackgroundCopyQMgr::EnumGroups method.

Inheritance

The IEnumBackgroundCopyGroups interface inherits from the IUnknown interface. IEnumBackgroundCopyGroups also has these types of members:

Methods

The IEnumBackgroundCopyGroups interface has these methods.

 
IEnumBackgroundCopyGroups::Clone

Use the Clone method to create another IEnumBackgroundCopyGroups enumerator that contains the same enumeration state as the current one.
IEnumBackgroundCopyGroups::GetCount

Use the GetCount method to retrieve a count of the number of groups in the enumeration.
IEnumBackgroundCopyGroups::Next

Use the Next method to retrieve the specified number of items in the enumeration sequence. If there are fewer than the requested number of elements left in the sequence, it retrieves the remaining elements. (IEnumBackgroundCopyGroups.Next)
IEnumBackgroundCopyGroups::Reset

Use the Reset method to reset the enumeration sequence to the beginning. (IEnumBackgroundCopyGroups.Reset)
IEnumBackgroundCopyGroups::Skip

Use the Skip method to skip the next specified number of elements in the enumeration sequence. If there are fewer elements left in the sequence than the requested number of elements to skip, it skips past the last element in the sequence. (IEnumBackgroundCopyGroups.Skip)

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Windows
Header qmgr.h