CWindow::MessageBox

int MessageBox( LPCTSTR lpszText, LPCTSTR lpszCaption = NULL, UINT nType = MB_OK );

See MessageBox in the Win32 SDK.

Remarks

Displays a message box.

CWindow OverviewClass Members