Variable Question.qtype

A two octet code which specifies the type of the query. The values for this field include all codes valid for a TYPE field, together with some more general codes which can match more than one type of RR.

struct Question
{
  // ...
  QTYPE qtype ;
  // ...
}