Next: Sample
Up: luacom_open
Previous: Prototype
Contents
Fabio Mascarenhas de Queiroz 2005-01-07
Description
This function initializes the LuaCOM library, creates the globalluacom
table and fills it with LuaCOM methods in the given
Lua state. Notice that it's necessary to initialize COM before,
using OleInitialize or CoInitialize or something like
that.
Fabio Mascarenhas de Queiroz 2005-01-07