3.17.4.1.77 ResponseQueueInfo (Opnum 83)

The ResponseQueueInfo method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.ResponseQueueFormatName.

 [propputref] HRESULT ResponseQueueInfo(
   [in] IMSMQQueueInfo* pqinfoResponse
 );

pqinfoResponse: A pointer to an IMSMQQueueInfo4 interface for the MSMQQueueInfo object representing the response 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:

  • Obtain the QueueFormatName from the pqinfoResponse instance state.

  • Set the represented Message.ResponseQueueFormatName to the obtained format name.