Int 21/AX=F27Bh/SF=35h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v4+ - GET KNOWN NETWORKS INFO

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

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

See Also: AX=F27Bh/SF=33h - AX=F27Bh/SF=38h

Format of NetWare "Get Router Info" request buffer: Offset Size Description (Table 02519) 00h WORD 0005h (length of following data) 02h BYTE 35h (function "Get Known Networks Info") 03h DWORD start number (00000000h)

See Also: #02520

Format of NetWare "Get Router Info" reply buffer: Offset Size Description (Table 02520) 00h DWORD current server time 04h BYTE vconsole version 05h BYTE vconsole revision 06h WORD reserved 08h DWORD number of records following (max 20) 0Ch var array of network info records Offset Size Description 00h WORD network number 04h WORD hops to net 06h WORD network status 08h WORD time to net

See Also: #02517 - #02519

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents