Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The following structure shows the SLI_OPEN fields of the LUA SPECIFIC union member for the SLI_OPEN verb.
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;
Remarks
Members
lua_init_type
Type of session initiation.
lua_resv65
Reserved field.
lua_wait
Secondary retry wait time.
lua_open_extension
Supplied parameter. Specifies any user-supplied dynamic-link libraries (DLLs) used to process specific LUA messages.
lua_ending_delim
Extension list delimiter.