IBITSExtensionSetup::D isableBITSUploads 方法 (bitscfg.h)

使用 DisableBITSUploads 方法在 ADSI 对象指向的虚拟目录上禁用 BITS 上传。 此方法设置 BITSUploadEnabled IIS 扩展属性。

语法

HRESULT DisableBITSUploads();

返回值

此方法返回 成功S_OK 。 否则,方法将失败。

要求

   
最低受支持的客户端 Windows Vista
最低受支持的服务器 Windows Server 2003
目标平台 Windows
标头 bitscfg.h
DLL BitsMgr.dll
可再发行组件 Windows XP 上的 BITS 1.5

另请参阅

IBITSExtensionSetup::EnableBITSUploads