Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.55 KB

ns-windns-dns_ptr_dataa.md

File metadata and controls

80 lines (63 loc) · 2.55 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:windns.DNS_PTR_DATAA
DNS_PTR_DATAA (windns.h)
The DNS_PTR_DATA structure represents a DNS pointer (PTR) record as specified in section 3.3.12 of RFC 1035. (ANSI)
*PDNS_PTR_DATA
*PDNS_PTR_DATAA
DNS_PTR_DATA
DNS_PTR_DATA structure [DNS]
DNS_PTR_DATAA
PDNS_PTR_DATA
PDNS_PTR_DATA structure pointer [DNS]
_dns_dns_ptr_data
dns.dns_ptr_data
windns/DNS_PTR_DATA
windns/PDNS_PTR_DATA
dns\dns_ptr_data.htm
DNS
8b7f8898-ac91-46da-876c-889c427068a3
12/05/2018
*PDNS_PTR_DATA, *PDNS_PTR_DATAA, DNS_PTR_DATA, DNS_PTR_DATA structure [DNS], DNS_PTR_DATAA, PDNS_PTR_DATA, PDNS_PTR_DATA structure pointer [DNS], _dns_dns_ptr_data, dns.dns_ptr_data, windns/DNS_PTR_DATA, windns/PDNS_PTR_DATA
windns.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
DNS_PTR_DATAA, *PDNS_PTR_DATAA
19H1
PDNS_PTR_DATAA
windns/PDNS_PTR_DATAA
DNS_PTR_DATAA
windns/DNS_PTR_DATAA
c++
APIRef
kbSyntax
HeaderDef
Windns.h
DNS_PTR_DATA

DNS_PTR_DATAA structure

-description

The DNS_PTR_DATA structure represents a DNS pointer (PTR) record as specified in section 3.3.12 of RFC 1035.

-struct-fields

-field pNameHost

A pointer to a string that represents the pointer (PTR) record data.

-remarks

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

Note

The windns.h header defines DNS_PTR_DATA as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

DNS_RECORD