共用方式為


LUA_SPECIFIC。SLI_OPEN

下列結構顯示SLI_OPEN動詞命令之 LUA SPECIFIC 聯集成員的SLI_OPEN欄位。

struct SLI_OPEN {  
    unsigned char lua_init_type;  
    unsigned char lua_resv65;  
    unsigned short lua_wait;  
    struct LUA_EXT_ENTRY lua_open_extension[3];  
    unsigned char lua_ending_delim;  
} SLI_OPEN;  

備註

成員

lua_init_type
會話起始的類型。

lua_resv65
保留欄位。

lua_wait
次要重試等候時間。

lua_open_extension
提供的參數。 指定用來處理特定 LUA 訊息的任何使用者提供動態連結庫 (DLL)。

lua_ending_delim
延伸模組清單分隔符。