3.10.4.1.3 ServiceTypeGuid (Opnum 9)

The ServiceTypeGuid method is received by the server in an RPC_REQUEST packet. In response, the server sets a unique identifier, which indicates the type of service provided by the referenced queue.

 [propput] HRESULT ServiceTypeGuid(
   [in] BSTR bstrGuidServiceType
 );

bstrGuidServiceType: A BSTR that represents a GUID.

Return Values: The method MUST return S_OK (0x00000000).

When processing this call, the server MUST abide by the following contract:

  • Set the refQueue.Type to the value of the bstrGuidServiceType input parameter.

  • Return S_OK (0x00000000), and take no further action.