[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Bindery Services - Change Bindery Object  [N]

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

Return: AL = status (see AH=E3h/SF=3Fh)

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

See Also: AH=E3h/SF=3Fh,AH=E3h/SF=41h

Format of request buffer:
Offset Size    Description
 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

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson