<div class="content"><p> </p><p>The DRS_MSG_EXISTREPLY union defines the response message
versions received from the <span><a href="6355d4f5-f556-4527-adde-37afba2fcf56" data-linktype="relative-path">IDL_DRSGetObjectExistence</a></span>
method. Only one version, identified by <i>pdwOutVersion^</i> = 1, is currently
defined.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_EXISTREPLY_V1 V1;
 } DRS_MSG_EXISTREPLY;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 response.</p></div>