DNS_WINSR_DATA (Windows CE 5.0)

Send Feedback

This structure represents a DNS Windows Internet Name Service reverse-lookup (WINSR) record.

typedef struct {  DWORD dwMappingFlag;  DWORD dwLookupTimeout;  DWORD dwCacheTimeout;  LPTSTR pNameResultDomain;} DNS_WINSR_DATA, *PDNS_WINSR_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.
  • pNameResultDomain
    [in] Pointer to a string representing the domain name to append to the returned NetBIOS name.

Remarks

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Windns.h.

See Also

DNS Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.