COleMessageFilter::EnableBusyDialog

Enables and disables the busy dialog box, which is displayed when the message-pending delay expires (see SetRetryReply) during an OLE call.

void EnableBusyDialog( 
   BOOL bEnableBusy = TRUE  
);

Parameters

  • bEnableBusy
    Specifies whether the "busy" dialog box is enabled or disabled.

Requirements

Header: afxole.h

See Also

Reference

COleMessageFilter Class

Hierarchy Chart

COleMessageFilter::EnableNotRespondingDialog

COleMessageFilter::BeginBusyState

COleMessageFilter::SetBusyReply

COleMessageFilter::SetRetryReply

COleBusyDialog Class