This commit is contained in:
Alex
2023-02-07 03:22:44 +02:00
parent 3bc76edec0
commit a23d999183
4 changed files with 28 additions and 5 deletions

View File

@ -59,6 +59,7 @@ namespace InterProcessCommunication
IPC(void *Process);
~IPC();
int HandleSyscall(long Command, long Type, int ID, int Flags, void *Buffer, size_t Size);
IPCHandle *Create(IPCType Type, char UniqueToken[16]);
IPCErrorCode Destroy(IPCID ID);
IPCErrorCode Read(IPCID ID, uint8_t *Buffer, long Size);