GDI_BATCH_BUFFER_SIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPEBTEB_H

#define GDI_BATCH_BUFFER_SIZE 310

#endif

View code on GitHub
#ifndef _NTWOW64_H

// Note: Use PhGetProcessPeb32 instead. (dmex)
//#define WOW64_GET_PEB32(peb64) ((PPEB32)PTR_ADD_OFFSET((peb64), ALIGN_UP_BY(sizeof(PEB), PAGE_SIZE)))

#define GDI_BATCH_BUFFER_SIZE 310

#endif

View code on GitHub

No description available.