<div class="content" name="DRS_MSG_SPNREPLY" uuid="25b79282-8bcf-4366-b4ac-576d93132f31"><p>The DRS_MSG_SPNREPLY union defines the response messages
received from the <span><a href="8b129dc8-ed45-4537-9555-b6fef764ab7d" data-linktype="relative-path">IDL_DRSWriteSPN</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_SPNREPLY_V1 V1;
 } DRS_MSG_SPNREPLY;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 response.</p></div>