Int 21/AX=F27Bh/SF=14h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v4+ - GET ACTIVE LAN BOARD LIST

AX = F27Bh subfn 14h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #02509)
ES:DI -> reply buffer (see #02510)

Return:
AL = status (see #02860 at INT 2F/AX=7A20h/BX=0000h) reply buffer filled

Format of NetWare "Get Active LAN Board List" request buffer: Offset Size Description (Table 02509) 00h WORD 0005h (length of following data) 02h BYTE 14h (subfunction "Get Active LAN Board List") 03h DWORD start number

See Also: #02510

Format of NetWare "Get Active LAN Board List" reply buffer: Offset Size Description (Table 02510) 00h DWORD current server time 04h BYTE vconsole version 05h BYTE vconsole revision 06h WORD reserved 08h DWORD maximum number of LANs 0Ch DWORD number of LAN board numbers returned 10h 50 DWORDs board numbers

See Also: #02509

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents