HP-UX SNAplus2 R7 LUA Programmer's Guide

LUA VCB Structure
LUA Verb Control Block (VCB) Format
Type of extension routine (BIND, SDT, or STSN).
UNIX
lua_open_extension.lua_routine_ptr
Pointer to the extension routine entry point.
WINDOWS
lua_open_extension.lua_module_name
Name of the DLL containing the extension module.
lua_open_extension.lua_procedure_name
Procedure name to call within the extension module DLL.
lua_ending_delim
The SNAplus2 SLI interface does not use this parameter; it is provided for compatibility with applications
originally written for other SLI implementations.
For SLI_SEND, this data structure contains the following eld.
lua_sequence_number
The sequence number of the RU that LUA uses to send the data (or of the rst RU, if the data requires a
chain of RUs). This is stored in line format.
63