Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Queue Manager (QMGR) interfaces are available for use in the operating systems specified in a topic's Requirements section. They may be altered or unavailable in subsequent versions. Instead, use the BITS interfaces.]
Use the following Queue Manager (QMGR) interfaces to download files and monitor jobs within the download queue.
| Interface | Description |
|---|---|
| IBackgroundCopyCallback1 |
Implement to receive notification when events occur. |
| IBackgroundCopyGroup |
Use to manage the group. For example, add a job to the group, set the properties of the group, and start and stop the group in the download queue. |
| IBackgroundCopyJob1 |
Use to add files to the job and retrieve the job's status. |
| IBackgroundCopyQMgr |
Use to create a new group, retrieve an existing group, or enumerate all groups in the queue. |
| IEnumBackgroundCopyGroups |
Use to retrieve a list of groups in the download queue. |
| IEnumBackgroundCopyJobs1 |
Use to retrieve a list of jobs in the group. |