<div class="content"><p> </p><p>The DRS_MSG_VERIFYREQ union defines the request messages
sent to the <span><a href="80739a29-e8ed-4478-8490-475a18e9779d" data-linktype="relative-path">IDL_DRSVerifyNames</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_VERIFYREQ_V1 V1;
 } DRS_MSG_VERIFYREQ;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 request.</p></div>