Classes | |
| struct | RI_CShowMessage |
| Data structure for the Request "ShowMessage". More... | |
Functions | |
| LRESULT | RI_ShowMessage_ReadData (LPARAM, RI_CShowMessage &) |
| Read data from shared memory for "Show Message". | |
| LRESULT | RI_ShowMessage_WriteData (LPARAM, RI_CShowMessage &) |
| Write data to shared memory for "Show Message". | |
Variables | |
| const UINT | RI_MESSAGE_SHOWMESSAGE = RegisterWindowMessage(TEXT("RI_MESSAGE_SHOWMESSAGE")) |
| const UINT RI_MESSAGE_SHOWMESSAGE = RegisterWindowMessage(TEXT("RI_MESSAGE_SHOWMESSAGE")) |
Message ID for the Request "show message":
RI_MESSAGE_SHOWMESSAGE
RI_ShowMessage_WriteData(LPARAM id, RI_CShowMessage data );
RI_ShowMessage_ReadData(LPARAM id, RI_CShowMessage data );
RI_NOERROR = Message was shown
RI_NODESC = Message not shown, because no message was defined
Shows a Messagebox with Ok, Ok/Cancel or Yes/No-Button(s). Returns the button pressed from the user (see data-struct for details).
| © PTV Group 2020 | Generated on Wed Apr 15 2020 12:47:52 for by 1.8.8 |