DNS_WIRE_RECORD (Windows CE 5.0)

Send Feedback

This structure provides DNS wire record information.

typedef struct _DNS_WIRE_RECORD {  WORD RecordType;  WORD RecordClass;  DWORD TimeToLive;  WORD DataLength;} DNS_WIRE_RECORD, *PDNS_WIRE_RECORD;

Members

  • RecordType
    [in] DNS record type.
  • RecordClass
    [in] DNS record class.
  • TimeToLive
    Time To Live value (TTL), in milliseconds. A value of zero (0) indicates that the time to live is 10 minutes.
  • DataLength
    Length of the DNS message data, in bytes.

Remarks

When constructing a DNS message, this structure is immediately followed by record data.

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.