<div class="content" name="DRS_MSG_DCINFOREQ" uuid="6ac9ec30-5bfb-4970-860c-3971eb815930"><p>The DRS_MSG_DCINFOREQ union defines the request messages
sent to the <span><a href="668abdc8-1db7-4104-9dea-feab05ff1736" data-linktype="relative-path">IDL_DRSDomainControllerInfo</a></span>
method. Only one version, identified by <i>dwInVersion</i> = 1, is currently
defined.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_DCINFOREQ_V1 V1;
 } DRS_MSG_DCINFOREQ,
  *PDRS_MSG_DCINFOREQ;
</pre></div>
</dd></dl><p><b>V1:</b>  Version 1 request.</p></div>