Share via


DNS_WINS_DATA

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure represents a DNS Windows Internet Name Service (WINS) record.

Syntax

typedef struct {
  DWORD dwMappingFlag;
  DWORD dwLookupTimeout;
  DWORD dwCacheTimeout;
  DWORD cWinsServerCount;
  IP4_ADDRESS WinsServers[1];
} DNS_WINS_DATA, *PDNS_WINS_DATA;

Members

  • dwMappingFlag
    [in] WINS mapping flag that specifies whether the record must be included into the zone replication. It may have only two values: 0x80000000 and 0x00010000 corresponding to the replication and no-replication (local record) flags, respectively.
  • dwLookupTimeout
    [in] Time, in seconds, that a DNS Server attempts resolution using WINS lookup.
  • dwCacheTimeout
    [in] Time, in seconds, that a DNS Server using WINS lookup may cache the WINS Server's response.
  • cWinsServerCount
    [in] Number of WINS Servers listed in the WinsServers member.
  • WinsServers
    [in] Array of WINS Servers, of type IP4_ADDRESS.

Remarks

This structure is used in conjunction with the DNS_RECORD structure to programmatically manage DNS entries.

Requirements

Header windns.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DNS Structures