Int 21 Fn E2 - Novell Netware - Directory Services - Set Directory Handl [N]
AH = E2h subfn 00h
DS:SI -> request buffer (see #1528)
ES:DI -> reply buffer (see #1529)
Return: AL = status (00h,98h,9Bh,9Ch) (see #1527)
Desc: set the target handle to reference the directory specified by the
source handle and the source path; both handles must refer to the
same file server
Notes: this function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and
Alloy NTNX
the target handle is not changed if this function fails
See Also: AH=E2h/SF=01h,AH=E2h/SF=12h,AH=E2h/SF=13h,AX=F216h/SF=00h
(Table 1527)
Values for NetWare function status:
00h successful
84h not permitted to create
8Ah not permitted to delete
8Bh not permitted to rename
8Ch not permitted to modify
98h nonexistent volume
9Bh invalid directory handle
9Ch invalid path
9Eh invalid filename
9Fh directory currently in use
A0h directory not empty
C6h no console rights
FCh no such bindery object
See Also: #1522,#1554
Format of NetWare "Set Directory Handle" request buffer:
Offset Size Description (Table 1528)
00h WORD length of following data (max 103h)
02h BYTE 00h (subfunction "Set Directory Handle")
03h BYTE directory handle of target
04h BYTE directory handle of source
05h BYTE length of source directory path (01h-FFh)
06h N BYTEs source directory path
See Also: #1529
Format of NetWare reply buffer:
Offset Size Description (Table 1529)
00h WORD (call) 0000h (no results returned)
See Also: #1528