实现方法提供程序的主接口

方法提供程序应作为主接口实现 IWbemServices。 但是,纯方法提供程序只需要实现 IWbemServices::ExecMethodAsync 方法。

由于其他提供程序使用 IWbemServices,因此接口包含了许多与纯方法提供程序无关的方法。 纯方法提供程序应提供一个存根实现,该实现针对 ExecMethodAsync 以外的所有其他 IWbemServices 方法返回WBEM_E_PROVIDER_NOT_CAPABLE。 但是,许多方法提供程序也充当实例或类提供程序。 组合方法和实例提供程序必须支持更多 IWbemServices 方法。