[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Connection Services - Get Internet Addre  [N]

   AH = E3h subfn 13h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful

Note:  this function is supported by Advanced NetWare 1.0+ and Alloy NTNX

See Also: AH=DCh"NetWare",AH=E3h/SF=16h,AH=EEh"NetWare"

Format of request buffer:
Offset Size    Description
 00h   WORD    0002h (length of following data)
 02h   BYTE    13h (subfunction "Get Internet Address")
 03h   BYTE    logical connection number (01h-64h)

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 000Ch (length of following results buffer)
 02h  4 BYTEs  network number
 06h  6 BYTEs  physical node address
 0Ch  2 BYTEs  socket number

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson