IBackgroundCopyFile5::SetProperty 方法 (bits5_0.h)

设置 BITS 文件传输的泛型属性。

语法

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

参数

[in] PropertyId

指定要设置的属性。

[out] PropertyValue

指向指定要设置的值的联合的指针。 使用适用于属性 ID 的联合成员。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
目标平台 Windows
标头 bits5_0.h (包括 Bits.h)
Library Bits.lib

另请参阅

IBackgroundCopyFile5

IBackgroundCopyFile5.GetProperty