Usermode/AxWin3 - Implementing SendMessage for client
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / ipcmessages.h
index e03c41c..b7e78e5 100644 (file)
@@ -16,6 +16,7 @@ typedef struct sIPCMsg_Return tIPCMsg_Return;
 typedef struct sIPCMsg_CreateWin       tIPCMsg_CreateWin;
 typedef struct sIPCMsg_ShowWindow      tIPCMsg_ShowWindow;
 typedef struct sIPCMsg_SetWindowPos    tIPCMsg_SetWindowPos;
+typedef struct sIPCMsg_SendMsg tIPCMsg_SendMsg;
 
 /**
  * \name Flags for IPC Messages
@@ -48,6 +49,14 @@ struct sIPCMsg_CreateWin
        char    Renderer[];
 };
 
+struct sIPCMsg_SendMsg
+{
+       uint32_t        Dest;
+        int    ID;
+       uint16_t        Length;
+       char    Data[];
+};
+
 struct sIPCMsg_ShowWindow
 {
        uint32_t        bShow;

UCC git Repository :: git.ucc.asn.au