IWbemUnboundObjectSink::IndicateToConsumer
[This is preliminary documentation and subject to change.]
TBD
HRESULT IWbemUnboundObjectSink::IndicateToConsumer(
[in] IWbemClassObject *pLogicalConsumer,
[in] LONG lNumObjects,
[in, size_is(lNumObjects)] IWbemClassObject **ppObjects
);
Parameters
-
pLogicalConsumer
-
A pointer to the logical consumer object for which this set of objects is delivered.
-
lNumObjects
-
The number of objects delivered in the array that follows.
-
ppObjects
-
A pointer to an array of IWbemClassObject instances which represent the events delivered.
Return Values
WBEM_NO_ERROR The implementation should always return this.
Remarks
See Also
TBD