Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors