MAXIMUM_NODE_COUNT - NtDoc

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

#define MAXIMUM_NODE_COUNT 0x40

#endif
#endif

View code on GitHub
#ifndef _NTEXAPI_H
// geoffchappell
#ifdef _WIN64
// ...
#else

#define MAXIMUM_NODE_COUNT 0x10

#endif
#endif

View code on GitHub

No description available.