next up previous contents
Next: 2.3.4.2 Calling Lua from Up: 2.3.4.1 Calling COM from Previous: 2.3.4.1.2 com2lua situation   Contents

2.3.4.1.3 Generic LuaCOM objects

When dealing with generic LuaCOM objects, the binding adopts a different policy: all Lua parameters are converted to COM ones as ``in-out'' parameters. If the called method sets a return value, it is returned to Lua. As all parameters are set as ``in-out'', all of them will be returned back to Lua, modified or not by the called method.

Vinicius da Silva Almendra 2003-06-27