Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Requirements
Header: afxole.h
See Also
Reference
COleMessageFilter::SetRetryReply