[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
)
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. |