DNS_MESSAGE_BUFFER (Windows CE 5.0)

Send Feedback

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

DNS Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.