Unit 'JwaIpExport' Package
[Overview][Constants][Types][Index] [#winunits-jedi]

in_addr

Declaration

Source position: jwaipexport.pas line 112

type in_addr = record

  case Integer of

    0: (

        s_b1: UCHAR;

        s_b2: UCHAR;

        s_b3: UCHAR;

        s_b4: UCHAR;

      );

    1: (

        s_w1: USHORT;

        s_w2: USHORT;

      );

    2: (

        S_addr: ULONG;

      );

end;


Documentation generated on: 2023-03-18