IEnumBackgroundCopyFiles interface
Use the IEnumBackgroundCopyFiles interface to enumerate the files that a job contains. To get an IEnumBackgroundCopyFiles interface pointer, call the IBackgroundCopyJob::EnumFiles method.
Members
The IEnumBackgroundCopyFiles interface inherits from the IUnknown interface. IEnumBackgroundCopyFiles also has these types of members:
Methods
The IEnumBackgroundCopyFiles interface has these methods.
Method | Description |
---|---|
GetCount | Retrieves 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
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
Header |
|
IDL |
|
Library |
|
DLL |
|
IID |
IID_IEnumBackgroundCopyFiles is defined as CA51E165-C365-424C-8D41-24AAA4FF3C40 |