fix: reliability improvements in WinServer/IPC subsystems

This commit is contained in:
2026-05-14 15:31:28 +02:00
parent eac8feb62c
commit 1561ee1160
3 changed files with 15 additions and 19 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ namespace Ipc {
uint32_t fillPixel);
uint64_t MapSurfaceHandle(int handle);
int ResizeSurfaceHandle(int handle, uint64_t newSize);
int MapSurfaceForPid(Surface* surface, int pid, uint64_t pml4Phys, uint64_t& heapNext, uint64_t& outVa);
int MapSurfaceForPid(Surface* surface, int pid, uint64_t pml4Phys, uint64_t& heapNext,
uint64_t& outVa, bool reserveGrowthRange = true);
int UnmapSurfaceForPid(Surface* surface, int pid, uint64_t pml4Phys);
ProcessObject* GetProcessObject(int pid);