Related pages:
Prehľad
Nástroje obsahu
void (_stdcall *MessageBox)(char *Title, char *Message);
Title | Message box titlebar. |
Message | Text to be displayed in the message box. |
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.
Related pages:
Pridať komentár