共用方式為


IBackgroundCopyJob::EnumFiles 方法 (bits.h)

擷取您用來列舉作業中檔案IEnumBackgroundCopyFiles 介面指標。

語法

HRESULT EnumFiles(
  [out] IEnumBackgroundCopyFiles **pEnum
);

參數

[out] pEnum

您用來列舉作業中檔案的 IEnumBackgroundCopyFiles 介面指標。 完成時釋放 ppEnumFiles

傳回值

此方法會在成功時 傳回S_OK ,或發生錯誤的其中一個標準 COM HRESULT 值。

規格需求

需求
最低支援的用戶端 Windows XP
最低支援的伺服器 Windows Server 2003
目標平台 Windows
標頭 bits.h
程式庫 Bits.lib
Dll QmgrPrxy.dll

另請參閱

IBackgroundCopyManager::EnumJobs

IEnumBackgroundCopyFiles