INT 21 - Novell NetWare - SCAN SALVAGEABLE FILES                                
	AX = F257h subfn 10h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02399)
	ES:DI -> reply buffer (see #02400)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=F2h"Novell",AX=F216h/SF=1Bh,AX=F257h/SF=11h,AX=F257h/SF=12h


Format of NetWare "Scan Salvageable Files" request packet:
Offset	Size	Description	(Table 02399)
 00h	BYTE	10h (subfunction "Scan Salvageable Files")
 01h	BYTE	name space
 02h	BYTE	data stream
 03h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	return information mask
 07h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	last sequence (set to FFFFFFFFh before first call)
 0Bh		NetWare HandleA short identifier, usually a small integer or a pointer, for some other object which is maintained or controlled by the operating system or environment; a particular handle may be valid system-wide or may have meaning only for a particular process.	 See also File Handle./Path structure (see #02376)
SeeAlso: #02400,#02123


Format of NetWare "Scan Salvageable Files" reply packet:
Offset	Size	Description	(Table 02400)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	next sequence number
 04h	WORD	deletion time
 06h	WORD	deletion date
 08h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	ID of deletor
 0Ch	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	volume number
 10h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	directory entry number
 14h		NetWare Information Structure
SeeAlso: #02399,#02124