<div class="content"><p> </p><p>The IWbemRemoteRefresher::Opnum5NotUsedOnWire method MUST
return a random GUID that identifies the server object that receives the call.</p><dl>
<dd>
<div><pre> HRESULT Opnum5NotUsedOnWire(
   [in] long lFlags,
   [out] GUID* pGuid
 );
</pre></div>
</dd></dl><p><b>lFlags: </b>This parameter is not used, and its
value MUST be 0x0.</p><p><b>pGuid: </b> MUST be an output parameter, which
MUST be a pointer to a <span><a href="../ms-dtyp/4926e530-816e-41c2-b251-ec5c7aca018a" data-linktype="relative-path">GUID</a></span>
value that MUST identify the server object. This parameter MUST NOT be NULL.<a id="Appendix_A_Target_72"></a><a aria-label="Product behavior note 72" href="27182640-aa3f-43b6-941f-a77d25f798e8#Appendix_A_72" data-linktype="relative-path">&lt;72&gt;</a></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
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>In case of 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></dl></div>