FIXED_INFO (Windows CE 5.0)

Send Feedback

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

typedef struct {charHostName [MAX_HOSTNAME_LEN + 4];charDomainName [MAX_DOMAIN_NAME_LEN + 4];PIP_ADDR_STRINGCurrentDnsServer;IP_ADDR_STRINGDnsServerList; UINTNodeType;charScopeId [MAX_SCOPE_ID_LEN + 4];UINTEnableRouting;UINTEnableProxy;UINTEnableDns;}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

OS Versions: Windows CE 3.0 and later.
Header: Iptypes.h.

See Also

IP Helper Structures | GetNetworkParams

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.