This topic has not yet been rated - Rate this topic

COleMessageFilter::SetMessagePendingDelay

Determines how long the calling application waits for a response from the called application before taking further action.

void SetMessagePendingDelay(
   DWORD nTimeout = 5000 
);

Parameters

nTimeout
Number of milliseconds for the message-pending delay.

Remarks

This function works in concert with SetRetryReply.

See Also

COleMessageFilter Overview | Class Members | Hierarchy Chart | COleMessageFilter::SetRetryReply

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.