Int 21/AH=E3h/SF=40h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - BINDERY SERVICES - CHANGE BINDERY OBJECT PASSWORD

AH = E3h subfn 40h
DS:SI -> request buffer (see #01948)
ES:DI -> reply buffer (see #01949)

Return:
AL = status (see #01946)

Note: This function is supported by Advanced NetWare 1.0+ and Alloy NTNX

See Also: AH=E3h/SF=3Fh - AH=E3h/SF=41h - AX=F217h/SF=40h

Format of NetWare "Change Bindery Object Password" request buffer: Offset Size Description (Table 01948) 00h WORD length of following data (max 133h) 02h BYTE 40h (subfunction "Change Bindery Object Password") 03h WORD (big-endian) type of object 05h BYTE length of object's name (01h-2Fh) 06h N BYTEs object name. BYTE length of old password (00h-7Fh) N BYTEs old password. BYTE length of new password (00h-7Fh) N BYTEs new password

See Also: #01949 - #02195

Format of NetWare reply buffer: Offset Size Description (Table 01949) 00h WORD (call) 0000h (no data returned)

See Also: #01948 - #01951

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents