Int 21 Fn E3 - Novell Netware - Connection Services - Change User Passwo [N]
AH = E3h subfn 02h
DS:SI -> request buffer (see #1580)
ES:DI -> reply buffer (see #1581)
Return: AL = status
00h successful
else error code
Note: supported by NetWare 4.0+, Advanced NetWare 1.0+, and Alloy NTNX
See Also: AH=E3h/SF=01h,AH=E3h/SF=03h,AH=E3h/SF=0Ah
Format of NetWare "Get User Connection List (old)" request packet:
Offset Size Description (Table 1580)
00h WORD length of following data
02h BYTE 02h (subfunction "Get User Connection List (old)")
03h BYTE length of user name
04h N BYTEs user name
See Also: #1581,#1850
Format of NetWare "Get User Connection List (old)" reply packet:
Offset Size Description (Table 1581)
00h WORD (call) length of following buffer
02h BYTE length of connection list
03h BYTE number of bytes in connection list
04h N BYTEs list of connection numbers in use by user
See Also: #1580,#1850