INT 21 - Novell NetWare - GET MIGRATION OR STATUS INFORMATION                   
	AX = F25Ah subfn 83h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02457)
	ES:DI -> reply buffer (see #02458)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=F2h"Novell",AX=F25Ah/SF=82h,AX=F25Ah/SF=84h,AX=F25Ah/SF=85h


Format of NetWare "Get Migration or Status Information" request packet:
Offset	Size	Description	(Table 02457)
 00h	WORD	length of following data
 02h	BYTE	83h (subfunction "Get Migration or Status Information")
SeeAlso: #02458


Format of NetWare "Get Migration or Status Information" request packet:
Offset	Size	Description	(Table 02458)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	presence flag
		FFFFFFFFh if Data Migration NLM is loaded and running
 04h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	major version
 08h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	minor version
 0Ch	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	flag: has support module registered with Data Migrator?
SeeAlso: #02457