INT 21 - Novell NetWare - MOVE FILE DATA TO DATA MIGRATION                      
	AX = F25Ah subfn 80h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02451)
	ES:DI -> reply buffer (see #02452)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=F2h"Novell",AX=F25Ah/SF=82h,AX=F25Ah/SF=85h


Format of NetWare "Move File Data to Data Migration" request packet:
Offset	Size	Description	(Table 02451)
 00h	WORD	length of following data
 02h	BYTE	80h (subfunction "Move File Data to Data Migration")
 03h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	volume number
 07h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	directory entry number
 0Bh	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	name space (see #02387)
 0Fh	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	support module ID
 13h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	save key flag
		00000010h to save key when file is demigrated
SeeAlso: #02452


Format of NetWare "Move File Data to Data Migration" reply packet:
Offset	Size	Description	(Table 02452)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	volume-unique ID
SeeAlso: #02451