Interrups | Categories | Contents |
AX = F27Bh subfn 29h CX = length of request buffer in bytes DX = length of reply buffer in bytes DS:SI -> request buffer (see #02515) ES:DI -> reply buffer (see #02516)
Return:
AL = status (see #02860 at INT 2F/AX=7A20h/BX=0000h) reply buffer filledFormat of NetWare "Get Protocol Stack by Board" request buffer: Offset Size Description (Table 02515) 00h WORD 0005h (length of following data) 02h BYTE 29h (subfunction "Get Protocol Stack by Board") 03h DWORD LAN board number
See Also: #02516
Format of NetWare "Get Protocol Stack by Board" reply buffer: Offset Size Description (Table 02516) 00h DWORD current server time 04h BYTE vconsole version 05h BYTE vconsole revision 06h WORD reserved 08h WORD number of stacks listed (max 50) 0Ah 50 DWORDs protocol identifiers
See Also: #02515
Category: Netware - Int 21h - N
Interrups | Categories | Contents |