win32api.MessageBox
int = MessageBox(hwnd, message , title , style , language )
Display a message box.
Parameters
Comments
Normally, a program in a GUI environment will use one of the MessageBox methods supplied by the GUI (eg, win32ui::MessageBox or PyCWnd::MessageBox)
Return Value
An integer identifying the button pressed to dismiss the dialog.