閱讀英文

共用方式為


qmgr.h 標頭

背景智慧型傳送服務會使用此標頭。 如需詳細資訊,請參閱

qmgr.h 包含下列程式設計介面:

介面

 
IBackgroundCopyCallback1

實作 IBackgroundCopyCallback1 介面,以在事件發生時接收通知。
IBackgroundCopyGroup

使用 IBackgroundCopyGroup 介面來管理群組。 群組包含下載作業。 例如,將作業新增至群組、設定群組的屬性,以及啟動和停止下載佇列中的群組。
IBackgroundCopyJob1

使用 IBackgroundCopyJob1 介面將檔案新增至作業,並擷取作業的狀態。
IBackgroundCopyQMgr

使用 IBackgroundCopyQMgr 介面來建立新的群組、擷取現有的群組,或列舉佇列中的所有群組。 群組包含下載作業。
IEnumBackgroundCopyGroups

使用 IEnumBackgroundCopyGroups 介面來列舉下載佇列中的群組清單。 若要取得 IEnumBackgroundCopyGroups 介面指標,請呼叫 IBackgroundCopyQMgr::EnumGroups 方法。
IEnumBackgroundCopyJobs1

使用 IEnumBackgroundCopyJobs1 介面來列舉群組中的作業清單。 若要取得 IEnumBackgroundCopyJobs1 介面指標,請呼叫 IBackgroundCopyGroup::EnumJobs 方法。

結構

 
FILESETINFO

FILESETINFO 結構可識別要下載之檔案的遠端和本機名稱。

列舉

 
GROUPPROP

GROUPPROP 列舉會定義用來擷取和設定群組屬性值的常數值。