3.17.4.1.34 MaxTimeToReceive (Opnum 40)

The MaxTimeToReceive method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.TimeToBeReceived.

 [propget] HRESULT MaxTimeToReceive(
   [out, retval] long* plMaxTimeToReceive
 );

plMaxTimeToReceive: A pointer to a long integer that contains the number of seconds allowed for the message to be received from the destination 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 plMaxTimeToReceive output parameter to the total number of seconds for the represented Message.TimeToBeReceived.