4.3.1 Semisynchronous Delivery of a Single Result

The methods returning a single element such as IWbemServices::OpenNamespace, IWbemServices::GetObject, IWbemServices::PutClass, IWbemServices::DeleteClass, IWbemServices::PutInstance, IWbemServices::DeleteInstance, or IWbemServices::ExecMethod return an IWbemCallResult interface pointer. To obtain the operation results, the client uses the IWbemCallResult methods.

Semisynchronous delivery of a single result

Figure 17: Semisynchronous delivery of a single result