Int 21 Fn F25A - Novell Netware - Data Migration Support Module Informat [N]
AX = F25Ah subfn 84h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2147)
ES:DI -> reply buffer (see #2148)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F25Ah/SF=82h,AX=F25Ah/SF=83h,AX=F25Ah/SF=86h
Format of NetWare "Data Migration Support Module Information" request packet:
Offset Size Description (Table 2147)
00h WORD length of following data
02h BYTE 84h (subfunction "Data Migration Support Module Information")
03h DWORD information level
0000h get data migration NLM info
0001h get loaded support modules
0002h get name of support module
07h DWORD support module ID
See Also: #2148
Format of NetWare "Data Migration Support Module Information" request packet:
Offset Size Description (Table 2148)
---information level 0---
00h DWORD read/write access status
04h DWORD length of Specific Device Information block (max 384)
08h DWORD space available on support module
0Ch DWORD amount of space used
10h BYTE length of support module's name
11h 14 BYTEs support module name
1Fh 128 BYTEs support module information
---information level 1---
00h DWORD number of support modules
04h 32 BYTEs support module IDs
---information level 2---
00h BYTE length of module name
01h 32 BYTEs support module name
See Also: #2147