3.2.4.2.1 Sending Events to Server

If the client wants to send the events to the WMI server, the client MUST call the IWbemServices::QueryObjectSink method on the IWbemObjectSink interface that is obtained as specified in section 3.2.3. When the method execution succeeds, the client gets the IWbemObjectSink interface. The extrinsic events, represented as IWbemClassObject Prototype Result Object, as specified in 2.2.4.1, MUST be delivered to the server by calling IWbemObjectSink::Indicate.When the client completes delivering the extrinsic events, the client MUST release the IWbemObjectSink.