Indy 9
SOCKADDR_IN6
Unit: IdWinSock2
SOCKADDR_IN6 = packed record
  sin6_family: Smallint;
  sin6_port: u_short;
  sin6_flowinfo: u_long;
  sin6_addr: IN_ADDR6;
  sin6_scope_id: u_long;
  end;
Unit
IdWinSock2
Members
sin6_family: Smallint;
sin6_family
sin6_port: u_short;
sin6_port
sin6_flowinfo: u_long;
sin6_flowinfo
sin6_addr: IN_ADDR6;
sin6_addr
sin6_scope_id: u_long;
sin6_scope_id
Description
SOCKADDR_IN6

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