3.17.4.1.81 ResponseDestination (Opnum 87)
The ResponseDestination method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.ResponseMultiQueueFormatName.
-
[propputref] HRESULT ResponseDestination( [in] IDispatch* pdestResponse );
pdestResponse: A pointer to an IDispatch interface that contains an MSMQDestination object representing the set of queues to send the 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 the pdestResponse instance state.
Set the represented Message.ResponseMultiQueueFormatName to the obtained format name.