<div class="content"><p>The <b>IP_AUTO_DHCP_MIB_QUERY</b> structure is used to
retrieve the DNS proxy information and is passed to the following methods:</p><ul><li><p><span><span> 
</span></span><a href="ebc5c709-36d8-4520-a0ac-6f36d2d6c0b2" data-linktype="relative-path"><b>RMIBEntryGet (section 3.1.4.30)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="9102e585-2f62-4408-bfb6-02a6460cc883" data-linktype="relative-path"><b>RMIBEntryGetFirst (section 3.1.4.31)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="50f78033-d248-4272-b4b9-a2519a0f304d" data-linktype="relative-path"><b>RMIBEntryGetNext (section 3.1.4.32)</b></a><span>  </span></p>
<div><pre> typedef struct _IP_AUTO_DHCP_MIB_QUERY {
   ULONG Oid;
   union {
     ULONG Index;
     UCHAR Data;
   };
   ULONG Reserved;
 } IP_AUTO_DHCP_MIB_QUERY,
  *PIP_AUTO_DHCP_MIB_QUERY;
</pre></div>
</li></ul><p><b>Oid: </b>This MUST be set to 0x00000000.</p><p><b>Index: </b>This MUST be index of the interface.</p><p><b>Data: </b>This MUST be an <a href="4cbbfd45-0a30-48d0-80ff-686132adf060" data-linktype="relative-path"><b>IP_AUTO_DHCP_STATISTICS</b></a>
structure.</p><dl>
<dd>
<p><b>Note</b>  <b>Index</b> and <b>Data</b>
are variable-sized arrays. While calculating the structure size, the size of <b>Index</b>
or <b>Data</b> is added. <b>Data</b> is unused and has been kept for
extensibility.</p>
</dd></dl><p><b>Reserved: </b>MUST be set to zero (0) when sent
and MUST be ignored on receipt.</p></div>