<div class="content" name="WsdrAbortShutdown" uuid="9b256804-aa37-445e-b4a4-6658c983c667"><p>The <b>WsdrAbortShutdown</b> method is used to terminate the
shutdown of the remote computer within the waiting period.<a id="Appendix_A_Target_15"></a><a aria-label="Product behavior note 15" href="226cc244-36f0-441f-8ce9-57e616e8409b#Appendix_A_15" data-linktype="relative-path">&lt;15&gt;</a></p><dl>
<dd>
<div><pre> unsigned long WsdrAbortShutdown(
   [in] handle_t Binding,
   [in, unique] PREG_UNICODE_STRING lpClientHint
 );
</pre></div>
</dd></dl><p><b>Binding: </b>Primitive <a href="7a7ca3c2-1346-417b-93e8-e8940a524da6#gt_8a7f6700-8311-45bc-af10-82e10accd331" data-linktype="relative-path">RPC</a> <a href="7a7ca3c2-1346-417b-93e8-e8940a524da6#gt_5044babb-08e3-4bb9-bc12-fe8f542b05ee" data-linktype="relative-path">handle</a> that identifies a
particular client/server binding.</p><p><b>lpClientHint: </b>Used only for diagnostic
purposes (logging the image file name of the process canceling a shutdown).</p><p><b>Return Values: </b>The method returns ERROR_SUCCESS
(0x00000000) on success; otherwise, it returns a nonzero error code.</p><p>On receiving this call, the server MUST perform the
following validation step:</p><ul><li><p><span><span> 
</span></span>Verify that the caller has sufficient privileges to shut down the
computer; otherwise, the server MUST return ERROR_BAD_NETPATH.</p>
</li></ul></div>