[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - DIRECTORY SERVICES - DEALLOCATE DIRECTORY HANDLE
        AH = E2h subfn 14h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status (00h,9Bh) (see AH=E2h/SF=00h)
Notes:  this function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and
          Alloy NTNX
SeeAlso: AH=E2h/SF=13h

Format of request buffer:
Offset  Size    Description
 00h    WORD    0002h (length of following data)
 02h    BYTE    14h (subfunction "Deallocate Directory Handle")
 03h    BYTE    directory handle

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

See Also: 21E2
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson