DNS_WIRE_QUESTION (Windows CE 5.0)

Send Feedback

This structure contains information about a DNS question transmitted across the network.

typedef struct _DNS_WIRE_QUESTION {  WORD QuestionType;  WORD QuestionClass;} DNS_WIRE_QUESTION, *PDNS_WIRE_QUESTION;

Members

  • QuestionType
    [in] DNS question type.
  • QuestionClass
    [in] DNS question class.

Remarks

When constructing a DNS message, the question name must preceed this structure.

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.