Some GDI fixes

This commit is contained in:
momo5502
2025-02-14 14:10:35 +01:00
parent 39ffa6c87b
commit 665ff99504
4 changed files with 40 additions and 9 deletions

View File

@@ -846,8 +846,13 @@ struct GDI_HANDLE_ENTRY64
struct GDI_SHARED_MEMORY64
{
GDI_HANDLE_ENTRY64 Handles[GDI_MAX_HANDLE_COUNT];
char pad[0xC8];
uint64_t Objects[0x20];
uint64_t Data[0x200]; // ?
};
static_assert(offsetof(GDI_SHARED_MEMORY64, Objects) == 0x1800B0);
struct CLIENT_ID64
{
DWORD64 UniqueProcess;