fix: reliability improvements in WinServer/IPC subsystems
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user