[This is preliminary documentation and subject to change.]
The IWbemObjectSink::Indicate method is called by a source to provide a notification. The number of objects in the array depends upon the type of event notification. See WBEM Events.
Use this interface and method in conjunction with the asynchronous methods of the IWbemServices interface.
Clients and providers must implement this interface to receive notifications or to execute the asynchronous methods of IWbemServices.
HRESULT IWbemObjectSink::Indicate(
[in] LONG lObjectCount,
[in, size_is(1ObjectCount)] IWbemClassObject **ppObjArray
);
WBEM_E_FAILED | The receiver was not able to 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. |