Int 21/AH=E3h/SF=02h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - CONNECTION SERVICES - CHANGE USER PASSWORD (OLD)

AH = E3h subfn 02h
DS:SI -> request buffer (see #01892)
ES:DI -> reply buffer (see #01893)

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 01892) 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: #01893 - #02162

Format of NetWare "Get User Connection List (old)" reply packet: Offset Size Description (Table 01893) 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: #01892 - #02162

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents