共用方式為


IBackgroundCopyFile5::GetProperty 方法 (bits5_0.h)

取得 BITS 檔傳輸的泛型屬性。

語法

HRESULT GetProperty(
  [in]  BITS_FILE_PROPERTY_ID    PropertyId,
  [out] BITS_FILE_PROPERTY_VALUE *PropertyValue
);

參數

[in] PropertyId

指定要擷取其值的檔案屬性。

[out] PropertyValue

屬性值,傳回為BITS_FILE_PROPERTY_VALUE等位的指標。 使用適合傳入之屬性標識碼值的等位欄位。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

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

另請參閱

IBackgroundCopyFile5

IBackgroundCopyFile5.SetProperty