3.17.4.1.72 ResponseQueueInfo_v2 (Opnum 78)

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

 HRESULT ResponseQueueInfo_v2(
   [in] IMSMQQueueInfo2* pqinfoResponse
 );

pqinfoResponse: A pointer to an IMSMQQueueInfo2 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.