3.1.4.5 IWbemCallResult Interface

The IWbemCallResult interface MUST be used to return call results from semisynchronous calls that return a single CIM object. The interface MUST be implemented by the server. The interface MUST be uniquely identified by UUID {44aca675-e8fc-11d0-a07c-00c04fb68820}.

Methods in RPC Opnum Order

Method

Description

GetResultObject

Causes the server to attempt to retrieve a CIM object from a previous semisynchronous call to the IWbemServices::GetObject method or IWbemServices::ExecMethod method.

Opnum: 3

GetResultString

Causes the server to return the assigned CIM path of a CIM instance that was created by the IWbemServices::PutInstance method.

Opnum: 4

GetResultServices

Causes the server to retrieve a pointer to the IWbemServices interface that results from a semisynchronous call to the IWbemServices::OpenNamespace method.

Opnum: 5

GetCallStatus

Causes the server to return the status of the current outstanding semisynchronous call.

Opnum: 6