Interrups | Categories | Contents |
AH = E2h subfn 18h DS:SI -> request buffer (see #01879) ES:DI -> reply buffer (see #01880)
Return:
AL = status 00h successful else network error code
Desc: Restore a previously saved directory handle to reproduce an executing environment, possibly on a different execution site
Note: This function is supported by Advanced NetWare 2.0+ and Alloy NTNX
See Also: AH=E2h/SF=12h - AH=E2h/SF=17h - AX=F216h/SF=18h
Format of NetWare "Restore Directory Handle" request buffer: Offset Size Description (Table 01879) 00h WORD 0011h (length of following data) 02h BYTE 18h (subfunction "Restore Directory Handle") 03h 16 BYTEs save buffer
See Also: #01877 - #01880
Format of NetWare "Restore Directory Handle" reply buffer: Offset Size Description (Table 01880) 00h WORD (call) 0002h (length of following results buffer) 02h BYTE new directory handle 03h BYTE effective rights (see #01849)
See Also: #01879
Category: Netware - Int 21h - N
Interrups | Categories | Contents |