COleMessageFilter::EnableBusyDialog

void EnableBusyDialog( BOOL bEnableBusy = TRUE );

参数:
bEnableBusy指明“忙”对话框是使能还是禁止。

说明:
使能或禁止忙对话框,在OLE调用过程中当发送消息逾期而没有回应时(请参阅SetRetryReply),将显示该对话框。

请参阅:
COleMessageFilter::EnableNotRespondingDialog, COleMessageFilter::BeginBusyState, COleMessageFilter::SetBusyReply, COleMessageFilter::SetRetryReply, COleBusyDialog