Share via


FIXED_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information that is the same across all the interfaces in a computer.

Syntax

typedef struct {
  char HostName [MAX_HOSTNAME_LEN + 4];
  char DomainName [MAX_DOMAIN_NAME_LEN + 4];
  PIP_ADDR_STRING CurrentDnsServer;
  IP_ADDR_STRING DnsServerList; 
  UINT NodeType;
  char ScopeId [MAX_SCOPE_ID_LEN + 4];
  UINT EnableRouting;
  UINT EnableProxy;
  UINT EnableDns;
} FIXED_INFO, *PFIXED_INFO;

Members

  • HostName
    The host name for the local computer.
  • DomainName
    The domain in which the local computer is registered.
  • CurrentDnsServer
    Not used.
  • DnsServerList
    The set of DNS servers used by the local computer.
  • NodeType
    TRUE if the local computer uses dynamic host configuration protocol (DHCP).
  • ScopeId
    The DHCP scope name.
  • EnableRouting
    TRUE if routing is enabled on the local computer.
  • EnableProxy
    TRUE if the local computer is acting as an ARP proxy.
  • EnableDns
    TRUE if DNS is enabled on the local computer.

Requirements

Header iptypes.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Structures
GetNetworkParams