Interrups | Categories | Contents |
AH = E2h subfn 11h DS:SI -> request buffer (see #01867) ES:DI -> reply buffer (see #01868)
Return:
AL = status (00h,98h,FFh) (see #01866)
Desc: Restores one file marked for deletion which has not yet been purged
Note: This function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and Alloy NTNX
See Also:
AH=13h - AH=41h - AH=E2h/SF=10h - AH=E3h/SF=CEh
(Table 01866)
Values for NetWare function status:
00h successful
98h nonexistent volume
9Ch invalid path
C6h no console rights
FFh no more erased files
See Also:
#01839 - #01899
Format of NetWare "Restore Erased File" request buffer:
Offset Size Description (Table 01867)
00h WORD length of following data (max 13h)
02h BYTE 11h (subfunction "Restore Erased File")
03h BYTE directory handle or 00h
04h BYTE length of volume name
05h N BYTEs volume name (including colon)
Note:
If both a directory handle and a volume name are specified, the volume
name overrides the handle
See Also:
#01868 - #02116
Format of NetWare "Restore Erased File" reply buffer:
Offset Size Description (Table 01868)
00h WORD (call) 001Eh (size of following results buffer)
02h 15 BYTEs ASCIZ name of erased file
11h 15 BYTEs ASCIZ name under which file was restored
See Also:
#01867 - #02116
Category:
Netware
-
Int 21h
-
N
Interrups | Categories | Contents |