Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores message information for DNS queries.
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
OS Versions: Windows CE 5.0 and later.
Header: Windns.h.
See Also
Send Feedback on this topic to the authors