- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
MessageR.h File Reference¶
#include "DataType.h"
#include "Exports.h"
Include dependency graph for MessageR.h:
Go to the source code of this file.
Defines |
|
| #define | __MESSAGER_H |
| #define | MR_OK 0 |
| #define | MR_OKCANCEL 1 |
| #define | MR_RETRYCANCEL 2 |
| #define | MR_YESNO 3 |
| #define | MR_YESNOCANCEL 4 |
| #define | MR_ABORTRETRYIGNORE 5 |
| #define | MR_SAVE 6 |
| #define | MR_WARNING 7 |
| #define | MR_RETABORT 0 |
| #define | MR_RETNO 0 |
| #define | MR_RETCANCEL -1 |
| #define | MR_RETIGNORE 2 |
| #define | MR_RETOK 1 |
| #define | MR_RETRETRY 1 |
| #define | MR_RETYES 1 |
Functions |
|
| FILEIOEXPORT UINT | MessageRequest (UINT messageid, UINT style=MR_OK, void *parent=NULL, UINT stringid=128) |
| FILEIOEXPORT UINT | MessageRequest (const String &message, UINT style=MR_OK, void *parent=NULL, UINT stringid=128) |