The
DNS_TXT_DATA structure represents a DNS text (TXT) record as specified in section 3.3.14 of RFC 1035.
Syntax
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 client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | Windns.h |
See Also
- DNS_RECORD
Send comments about this topic to Microsoft
Build date: 11/12/2009