LUA_EXT_ENTRY

The following structure shows the LUA_EXT_ENTRY fields of the LUA SPECIFIC.SLI_OPEN union member for the SLI_OPEN verb.

struct LUA_EXT_ENTRY {
     unsigned char lua_routine_type;
     unsigned char lua_module_name[9];
     unsigned char lua_procedure_name[33];
};
 

Members

lua_routine_type
Extension routine type.
lua_module_name
Extension DLL module name.
lua_procedure_name
Procedure name to call in the extension DLL module.