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

@ -146,6 +146,11 @@ namespace InterProcessCommunication
return IPCIDNotFound;
}
int IPC::HandleSyscall(long Command, long Type, int ID, int Flags, void *Buffer, size_t Size)
{
return 0;
}
IPC::IPC(void *Process)
{
this->Process = Process;