Next: 4.7 Full Example
Up: 4. Implementing COM objects
Previous: 4.5 Running the COM
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
4.6 Generating Events
The method NewObject
returns a connection point container
object. This object allows the component to send events to its clients
just calling methods on this object, passing the expected
parameters. Return values are not allowed yet.
Fabio Mascarenhas de Queiroz 2005-01-07