next up previous contents
Next: Parameters Up: luacom_ExposeObject Previous: Use   Contents

Description

This function creates and registers a class factory for luacom_obj, so that other running applications can use it. It returns a cookie that must be used to unregister the object. If the function fails, it returns nil. ATTENTION: the object MUST be unregistered (using luacom_RevokeObject) before calling luacom_close or lua_close, otherwise unhandled exceptions might occur.

Vinicius da Silva Almendra 2003-06-04