Next: 3.4.3 Pointers to IUnknown
Up: 3.4 Type Conversion
Previous: 3.4.1.0.2 Lua 4
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
3.4.2 Pointers to IDispatch and LuaCOM objects
A pointer to IDispatch is converted to a LuaCOMobject whose implementation is provided by this pointer. If the object is implemented by local Lua table, then the pointer is converted to this table. A LuaCOMobject is converted to COM simply passing its interface implementation to COM.
Fabio Mascarenhas de Queiroz 2005-01-07