Native API online documentation, based on the System Informer
(formerly Process Hacker) phnt
headers
#ifndef _NTPSAPI_H
// Reserve objects
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// rev
/**
* Flag indicating the type of bulk information to query.
*/
#define MEMORY_BULK_INFORMATION_FLAG_BASIC 0x00000001
#endif
#endif
View code on GitHub