Declaration
void (_stdcall *MessageBox)(char *Title, char *Message);

Parameters
Title Message box titlebar.
Message Text 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