doc updates to support 1.10 pre3 and the different way we handle event callbacks with InvocationProxy

This commit is contained in:
clay_shooter
2006-02-14 04:37:15 +00:00
parent 15c53120bc
commit a1d0104826
2 changed files with 137 additions and 85 deletions

View File

@@ -30,11 +30,10 @@
has been added to the DispatchEvents constructors that lets a user provide
the location of the OLB or EXE that contains the information required to
retrieve the events.
<li>Event handlers can now return a value to calling MS Windows program.
The event handlers must return an objec of type Variant if they wish to return
a value. All
previous event handlers still work with a void return. (This change should be
backwards compatible)
<li>Event handlers can now return a Variant to calling MS Windows program.
Event handlers that do not return an object should still be defined
as being of type "void". This means that support for event handler's returning
values should be backwards compatible with previous releases.
</ul>
</li>