Indy 9
SOCKADDR_NB
Unit: IdWinSock2
SOCKADDR_NB = packed record
  snb_family: Smallint;
  snb_type: u_short;
  snb_name: array[0..NETBIOS_NAME_LENGTH-1] of Char;
  end;
Unit
IdWinSock2
Members
snb_family: Smallint;
snb_family
snb_type: u_short;
snb_type
snb_name: array[0..NETBIOS_NAME_LENGTH-1] of Char;
snb_name
Description
SOCKADDR_NB

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