[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E2  - Novell Netware - File Services - Restore Erased File       [N]

   AH = E2h subfn 11h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful
       98h nonexistent volume
       FFh no more erased files
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,AX=F244h

Format of request buffer:
Offset Size    Description
 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

Format of reply buffer:
Offset Size    Description
 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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson