Create GDI_TEB_BATCH.h

This commit is contained in:
vxunderground 2022-07-15 09:13:50 -05:00 committed by GitHub
parent 314db6baf9
commit 7fc77f7151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
typedef struct _GDI_TEB_BATCH {
ULONG Offset;
ULONG HDC;
ULONG Buffer[310];
} GDI_TEB_BATCH, * PGDI_TEB_BATCH;