diff --git a/Structures/GDI_TEB_BATCH.h b/Structures/GDI_TEB_BATCH.h new file mode 100644 index 0000000..da8f083 --- /dev/null +++ b/Structures/GDI_TEB_BATCH.h @@ -0,0 +1,5 @@ +typedef struct _GDI_TEB_BATCH { + ULONG Offset; + ULONG HDC; + ULONG Buffer[310]; +} GDI_TEB_BATCH, * PGDI_TEB_BATCH;