IEnumBackgroundCopyJobs interface
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.
Members
The IEnumBackgroundCopyJobs interface inherits from the IUnknown interface. IEnumBackgroundCopyJobs also has these types of members:
Methods
The IEnumBackgroundCopyJobs interface has these methods.
Method | Description |
---|---|
Clone |
Creates another enumerator that contains the same enumeration state as the current one. |
GetCount |
Returns the number of items in the enumeration. |
Next |
Retrieves a specified number of items in the enumeration sequence. |
Reset |
Resets the enumeration sequence to the beginning. |
Skip |
Skips a specified number of items in the enumeration sequence. |
Requirements
Minimum supported client |
Windows XP |
---|---|
Minimum supported server |
Windows Server 2003 |
Header |
|
IDL |
|
Library |
|
DLL |
|
IID |
IID_IEnumBackgroundCopyJobs is defined as 1AF4F612-3B71-466F-8F58-7B6F73AC57AD |
See also