3.1.4.13.3 IWbemRemoteRefresher::Opnum5NotUsedOnWire (Opnum 5)

The IWbemRemoteRefresher::Opnum5NotUsedOnWire method MUST return a random GUID that identifies the server object that receives the call.

 HRESULT Opnum5NotUsedOnWire(
   [in] long lFlags,
   [out] GUID* pGuid
 );

lFlags: This parameter is not used, and its value MUST be 0x0.

pGuid:  MUST be an output parameter, which MUST be a pointer to a GUID value that MUST identify the server object. This parameter MUST NOT be NULL.<72>

Return Values: This method MUST return an HRESULT value that MUST indicate the status of the method call. The server MUST return WBEM_S_NO_ERROR (specified in section 2.2.11) to indicate the successful completion of the method.

In case of failure, the server MUST return an HRESULT whose S (severity) bit is set as specified in [MS-ERREF] section 2.1. The actual HRESULT value is implementation dependent.