下列結構顯示 LUA SPECIFIC 的 LUA_EXT_ENTRY 欄位 。SLI_OPENSLI_OPEN 動詞的聯集成員。
struct LUA_EXT_ENTRY {
unsigned char lua_routine_type;
unsigned char lua_module_name[9];
unsigned char lua_procedure_name[33];
};
成員
lua_routine_type
擴充例程類型。
lua_module_name
延伸模組 DLL 模組名稱。
lua_procedure_name
在延伸模組 DLL 模組中呼叫的程式名稱。