Declaration
void (_stdcall *MessageBox)(char *Title, char *Message);
Parameters
TitleMessage box titlebar.
MessageText to be displayed in the message box.
Description

The function displays a system message box with defined titlebar and text. Warning: The line is to be stopped until the message box is cancelled.

Napíšte komentár