DNS_WIRE_QUESTION (Windows Embedded CE 6.0)
1/6/2010
This structure contains information about a DNS question transmitted across the network.
Syntax
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
Header | windns.h |
Windows Embedded CE | Windows CE 5.0 and later |