The Handle2 method is received by the server in an RPC_REQUEST packet. In response, the server returns the handle of the open queue.

 [propget] HRESULT Handle2(
   [out, retval] VARIANT* pvarHandle
 );

pvarHandle: A pointer to a VARIANT of type VT_I8 (0x00000014) that represents the open queue.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines: