3.17.4.1.32 MaxTimeToReachQueue (Opnum 38)

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

 [propget] HRESULT MaxTimeToReachQueue(
   [out, retval] long* plMaxTimeToReachQueue
 );

plMaxTimeToReachQueue: A pointer to a long integer that contains the number of seconds allowed for the message to reach the destination queue; otherwise, it is discarded.

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 plMaxTimeToReachQueue output parameter to the total number of seconds for the represented Message.TimeToReachQueue.