Int 21/AH=E2h/SF=00h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - DIRECTORY SERVICES - SET DIRECTORY HANDLE

AH = E2h subfn 00h
DS:SI -> request buffer (see #01840)
ES:DI -> reply buffer (see #01841)

Return:
AL = status (00h,98h,9Bh,9Ch) (see #01839)

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 -

(Table 01839) 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: #01834 - #01866

Format of NetWare "Set Directory Handle" request buffer: Offset Size Description (Table 01840) 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: #01841

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

See Also: #01840

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents