DNS_MINFO_DATAA structure (windns.h)
The DNS_MINFO_DATA structure represents a DNS mail information (MINFO) record as specified in section 3.3.7 of RFC 1035.
Syntax
typedef struct {
PSTR pNameMailbox;
PSTR pNameErrorsMailbox;
} DNS_MINFO_DATAA, *PDNS_MINFO_DATAA;
Members
pNameMailbox
A pointer to a string that represents the fully qualified domain name (FQDN) of the mailbox responsible for the mailing list or mailbox specified in the record's owner name.
pNameErrorsMailbox
A pointer to a string that represents the FQDN of the mailbox to receive error messages related to the mailing list.
Remarks
The DNS_MINFO_DATA structure is used in conjunction with the DNS_RECORD structure to programmatically manage DNS entries.
Note
The windns.h header defines DNS_MINFO_DATA as an alias that 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 is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | windns.h |