iWbemDecoupledRegistrar 接口 (wbemprov.h)

IWbemDecoupledRegistrar 接口将分离的提供程序与 WMI 相关联。 此接口允许进程托管的提供程序定义接口的互操作性生存期,并与其他提供程序共存。

继承

IWbemDecoupledRegistrar 接口继承自 IUnknown 接口。 IWbemDecoupledRegistrar 也具有以下类型的成员:

方法

IWbemDecoupledRegistrar 接口包含以下方法。

 
IWbemDecoupledRegistrar::Register

IWbemDecoupledRegistrar::Register 方法向 WMI 注册对象接口。
IWbemDecoupledRegistrar::UnRegister

IWbemDecoupledRegistrar::UnRegister 方法从 WMI 中删除对象接口的注册。

要求

要求
最低受支持的客户端 Windows Vista
最低受支持的服务器 Windows Server 2008
目标平台 Windows
标头 wbemprov.h (包括 Wbemidl.h)

另请参阅

适用于 WMI 的 COM API

在应用程序中合并提供程序