3.12.4.2.1 Handle (Opnum 7)

The Handle method is received by the server in an RPC_REQUEST packet. In response, the server returns a handle that identifies the open queue.

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

pvarHandle: A pointer to a VARIANT that contains a VT_I8 value that identifies 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:

  • Set the pvarHandle output variable to the value of OpenQueueDescriptor.Handle.

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