DIWbemObjectSink.Indicate

[This is preliminary documentation and subject to change.]

To provide a notification, a source makes a call using the DIWbemObjectSink.Indicate method.

Use this interface and method with the asynchronous methods of the DIWbemServices interface.

DIWbemObjectSink.Indicate(
  [out] pIndicateObj As Object
) 
 

Parameters

pIndicateObj
DWbemClassObject type object that is the result of a call to one of the asycronous methods.

Return Values

WBEM_E_FAILED The receiver did not process the notification properly.
WBEM_E_INVALID_PARAMETER An invalid parameter was specified, or the namespace could not be parsed.
WBEM_E_OUT_OF_MEMORY There was not enough memory to complete the operation.
WBEM_NO_ERROR The call succeeded; the receiver acknowledges the notification.