类: CWinApp 头文件: afxwin.h 功能: 框架调用这个函数来实现全局函数AfxMessageBox中的消息框。 语法: virtual int DoMessageBox(LPCTSTR lpszprompt,UINT nType,UINT nIDPrompt); 参数: lpszprompt 消息框中文本的地址 nType 消息框的风格 nIDPrompt 帮助上下文字符串的索引 返回值: 返回一个与AfxMessageBox相同的值。
类: CWinApp 头文件: afxwin.h 功能: 框架调用这个函数来实现全局函数AfxMessageBox中的消息框。 语法: virtual int DoMessageBox(LPCTSTR lpszprompt,UINT nType,UINT nIDPrompt); 参数: lpszprompt 消息框中文本的地址 nType 消息框的风格 nIDPrompt 帮助上下文字符串的索引 返回值: 返回一个与AfxMessageBox相同的值。
应用推荐