DNS_MESSAGE_BUFFER (Windows Embedded CE 6.0)
1/6/2010
This structure stores message information for DNS queries.
Syntax
typedef struct _DNS_MESSAGE_BUFFER {
DNS_HEADER MessageHead;
CHAR MessageBody[1];
} DNS_MESSAGE_BUFFER, *PDNS_MESSAGE_BUFFER;
Members
- MessageHead
[in] Header for the DNS message.
- MessageBody
[in] Array of characters that comprises the DNS query and records.
Remarks
This structure is used by the system to store DNS query information, and make that information available through various DNS function calls.
Requirements
Header | windns.h |
Windows Embedded CE | Windows CE 5.0 and later |