Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
DNS Reference
DNS Structures
 DNS_TXT_DATA Structure
DNS_TXT_DATA Structure

The DNS_TXT_DATA structure represents a DNS text (TXT) record as specified in section 3.3.14 of RFC 1035.

Syntax

C++
typedef struct {
  DWORD dwStringCount;
  PWSTR pStringArray[1];
}DNS_TXT_DATA, *PDNS_TXT_DATA;

Members

dwStringCount

The number of strings represented in pStringArray.

pStringArray

An array of strings representing the descriptive text of the TXT resource record.

Remarks

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

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWindns.h

See Also

DNS_RECORD

Send comments about this topic to Microsoft

Build date: 10/22/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker