MEMORY_CURRENT_PARTITION_HANDLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMMAPI_H
//
// Memory Partitions
//
#ifndef MEMORY_CURRENT_PARTITION_HANDLE

#define MEMORY_CURRENT_PARTITION_HANDLE         ((HANDLE)(LONG_PTR)-1)

#endif
#endif

View code on GitHub

No description available.