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: 11/12/2009

Tags :


Page view tracker