共用方式為


IBackgroundCopyJob5::GetProperty 方法 (bits5_0.h)

取得 BITS 作業屬性的泛型方法。

語法

HRESULT GetProperty(
  [in]  BITS_JOB_PROPERTY_ID    PropertyId,
  [out] BITS_JOB_PROPERTY_VALUE *PropertyValue
);

參數

[in] PropertyId

要取得的屬性識別碼,指定為 BITS_JOB_PROPERTY_ID 列舉值。

[out] PropertyValue

傳回為BITS_JOB_PROPERTY_VALUE等位的屬性值。

傳回值

方法會傳回下列傳回值。

傳回碼 描述
S_OK
Success

規格需求

需求
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
目標平台 Windows
標頭 bits5_0.h (包含 Bits.h)
程式庫 Bits.lib

另請參閱

IBackgroundCopyJob5

IBackgroundCopyJob5::SetProperty