CWindow::MessageBox
メッセージ ボックスを表示します。
int MessageBox(
LPCTSTR lpszText,
LPCTSTR lpszCaption = NULL,
UINT nType = MB_OK
) throw();
解説
Windows SDK の「MessageBox」を参照してください。
使用例
//The following example attaches an HWND to the CWindow object and
//calls CWindow::MessageBox() to pop up a Windows message box
CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.MessageBox(_T("Hello World"));
必要条件
**ヘッダー:**atlwin.h