3.17.4.1.16 ResponseQueueInfo_v1 (Opnum 22)
The ResponseQueueInfo_v1 method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.ResponseQueueFormatName.
-
[propget] HRESULT ResponseQueueInfo_v1( [in] IMSMQQueueInfo* pqinfoResponse );
pqinfoResponse: A pointer to an IMSMQQueueInfo interface for the MSMQQueueInfo object that represents the Queue that the receiving application can send response messages to.
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 thepqinfoResponse instance state.
Set the represented Message.ResponseQueueFormatName to the obtained format name.