<div class="content"><p> </p><p>On the IWbemBackupRestoreEx::Resume method invocation, the
server MUST set the <b>IsServerPaused</b> flag to False.</p><dl>
<dd>
<div><pre> HRESULT Resume();
</pre></div>
</dd></dl><p>This method has no parameters.</p><p><b>Return Values: </b>This method MUST return an <span><a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">HRESULT</a></span>
value that MUST indicate the status of the method call. The server MUST return
a WBEM_S_NO_ERROR (specified in section <span><a href="a2899649-a5a3-4b13-9ffa-d8394dcdac63" data-linktype="relative-path">2.2.11</a></span>) to indicate
the successful completion of the method.</p><dl>
<dd>
<p>If Resume is called and the <b>IsServerPaused</b>
flag is set to False, the server MUST return WBEM_E_INVALID_OPERATION.</p>
</dd>
<dd>
<p>In case of any other failure, the server MUST return
an HRESULT whose S (severity) bit is set as specified in <span><a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a></span>
section 2.1. The actual HRESULT value is implementation dependent.</p>
</dd>
<dd>
<p><b>WBEM_S_NO_ERROR</b> (0x00)</p>
</dd></dl></div>