Indy 9
IPX_ADDRESS_DATA
Unit: IdWinSock2
IPX_ADDRESS_DATA = packed record
  adapternum: Integer;
  netnum: Array [0..3] of Byte;
  nodenum: Array [0..5] of Byte;
  wan: Boolean;
  status: Boolean;
  maxpkt: Integer;
  linkspeed: ULONG;
  end;
Unit
IdWinSock2
Members
adapternum: Integer;
adapternum
netnum: Array [0..3] of Byte;
netnum
nodenum: Array [0..5] of Byte;
nodenum
wan: Boolean;
wan
status: Boolean;
status
maxpkt: Integer;
maxpkt
linkspeed: ULONG;
linkspeed
Description
IPX_ADDRESS_DATA

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.