next up previous contents
Next: 2.4.3 Pointers to IUnknown Up: 2.4 Type Conversion Previous: 2.4.1.0.2 Lua 4   Contents

2.4.2 Pointers to IDispatch and LuaCOM objects

A pointer to IDispatch is converted to a LuaCOMobject whose implementation is provided by this pointer. A LuaCOMobject is converted to COM simply passing its interface implementation to COM.

Vinicius da Silva Almendra 2003-06-27