共用方式為


IBackgroundCopyJob1::GetFileCount 方法 (qmgr.h)

[IBackgroundCopyJob1 可用於需求一節中指定的作業系統。 它在後續版本中可能會變更或無法使用。 請改用 BITS 介面。]

使用 GetFileCount 方法來擷取作業中的檔案數目。

語法

HRESULT GetFileCount(
  [out] DWORD *pdwFileCount
);

參數

[out] pdwFileCount

作業中的檔案數目。

傳回值

這個方法會傳回下列 HRESULT 值,以及其他值。

傳回碼 Description
S_OK
已成功擷取作業中的檔案數目。

規格需求

需求
最低支援的用戶端 Windows XP
最低支援的伺服器 Windows Server 2003
目標平台 Windows
標頭 qmgr.h
Dll QmgrPrxy.dll

另請參閱

IBackgroundCopyJob1