CWinApp::DoMessageBox
框架调用该成员函数的实现全局函数的 AfxMessageBox一个消息框。
virtual int DoMessageBox(
LPCTSTR lpszPrompt,
UINT nType,
UINT nIDPrompt
);
参数
lpszPrompt
文本地址在消息框中。nType
消息框 样式。nIDPrompt
为帮助上下文字符串的索引。
返回值
返回值和 AfxMessageBox相同。
备注
不要调用该成员函数打开消息框;使用 AfxMessageBox。
重写该成员函数的自定义应用程序处理 AfxMessageBox 调用。
要求
Header: afxwin.h