DNS_TXT_DATA (Windows CE 5.0)

Send Feedback

This structure represents a DNS text (TXT) record.

typedef struct {  DWORD dwStringCount;  LPTSTR pStringArray[1];} DNS_TXT_DATA, *PDNS_TXT_DATA;

Members

  • dwStringCount
    [in] Number of strings represented in pStringArray.
  • pStringArray
    [in] Array of strings representing the descriptive text of the TXT resource record.

Remarks

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Windns.h.

See Also

DNS Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.