Unit 'vsRawIP' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_synapsevs]

TFixedInfo

Declaration

Source position: vsrawip.pas line 225

type TFixedInfo = record

  case Integer of

    0: (

        HostName: array [0..MAX_HOSTNAME_LEN+3] of char;

  

        DomainName: array [0..MAX_DOMAIN_NAME_LEN+3] of char;

  

        CurrentDNSServer: PIPAddrString;

  

        DNSServerList: TIPAddrString;

  

        NodeType: Integer;

  

        ScopeId: array [0..MAX_SCOPE_ID_LEN+3] of char;

  

        EnableRouting: Integer;

  

        EnableProxy: Integer;

  

        EnableDNS: Integer;

  

      );

    1: (

        A: array [0..2047] of Byte;

  

      );

end;



CT Web help

CodeTyphon Studio