GDI_HANDLE_BUFFER_SIZE - NtDoc

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

#define GDI_HANDLE_BUFFER_SIZE GDI_HANDLE_BUFFER_SIZE32

#endif
#endif

View code on GitHub
#ifndef _NTPSAPI_H
#ifndef _WIN64
// ...
#else

#define GDI_HANDLE_BUFFER_SIZE GDI_HANDLE_BUFFER_SIZE64

#endif
#endif

View code on GitHub

No description available.