X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fipcmessages.h;fp=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Fipcmessages.h;h=b7e78e53e97bf33c491c1eed4d0d29aac86cae42;hb=f42e912b8bc615c2009b795ce12d4c54cef4ee8b;hp=e03c41c4c982f315fb1ef9c6b4c315cdfb74513e;hpb=e33b0db4c03c7664cc34a45e1da2981287e0cd0c;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/include/ipcmessages.h b/Usermode/Applications/axwin3_src/include/ipcmessages.h index e03c41c4..b7e78e53 100644 --- a/Usermode/Applications/axwin3_src/include/ipcmessages.h +++ b/Usermode/Applications/axwin3_src/include/ipcmessages.h @@ -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;