Share via


DNS_WIRE_RECORD (Windows Embedded CE 6.0)

1/6/2010

This structure provides DNS wire record information.

Syntax

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

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

See Also

Reference

DNS Structures