![]() |
ERD_notice | Function (ROM Call 0x475) |
AMS 2.00 or higher | error.h |
short ERD_notice (unsigned char const *title, unsigned char const *message); |
Displays an error notice.
ERD_notice displays a dialog-looking window with title title, message message
(word-wrapped if necessary), without buttons, that will stay on the screen until
ERD_dismissNotice is called.
ERD_notice returns TRUE if the window was actually displayed, FALSE otherwise.
ERD_notice must be paired correctly with ERD_dismissNotice.