Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

IP6_ADDRESS

Declaration

Source position: jwawindns.pas line 137

type IP6_ADDRESS = record

  case Integer of

    0: (

        IP6Qword: array [0..1] of QWord;

      );

    1: (

        IP6Dword: array [0..3] of DWORD;

      );

    2: (

        IP6Word: array [0..7] of Word;

      );

    3: (

        IP6Byte: array [0..15] of Byte;

      );

    4: (

        In6: in6_addr;

      );

end;


Documentation generated on: 2023-03-18