IEnumBackgroundCopyJobs interface (bits.h)

Use the IEnumBackgroundCopyJobs interface to enumerate the list of jobs in the transfer queue. To get an IEnumBackgroundCopyJobs interface pointer, call the IBackgroundCopyManager::EnumJobs method.

Inheritance

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

Methods

The IEnumBackgroundCopyJobs interface has these methods.

 
IEnumBackgroundCopyJobs::Clone

Creates another IEnumBackgroundCopyJobs enumerator that contains the same enumeration state as the current one.
IEnumBackgroundCopyJobs::GetCount

Retrieves a count of the number of jobs in the enumeration.
IEnumBackgroundCopyJobs::Next

Retrieves a 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. (IEnumBackgroundCopyJobs.Next)
IEnumBackgroundCopyJobs::Reset

Resets the enumeration sequence to the beginning. (IEnumBackgroundCopyJobs.Reset)
IEnumBackgroundCopyJobs::Skip

Skips 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. (IEnumBackgroundCopyJobs.Skip)

Requirements

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

See also

IBackgroundCopyManager::EnumJobs

IEnumBackgroundCopyFiles