next up previous contents
Next: 5.4.4 Extensible Interfaces Up: 5.4 Important issues about Previous: 5.4.2 Releasing COM objects   Contents

5.4.3 Receiving events

When one wishes to receive events and notifications from a COM object, a connection must be established using connection points. But that is not enough: the client application must have a message loop running to get these notifications. For more information, see section 3.3.3.

Fabio Mascarenhas de Queiroz 2005-06-06