Update phnt headers

This commit is contained in:
zeffy
2018-04-02 10:11:58 -07:00
parent 220b2eeaff
commit c7e94426a8
2 changed files with 16 additions and 1 deletions

View File

@@ -136,6 +136,15 @@ typedef struct _MEMORY_REGION_INFORMATION
SIZE_T CommitSize;
} MEMORY_REGION_INFORMATION, *PMEMORY_REGION_INFORMATION;
// private
typedef enum _MEMORY_WORKING_SET_EX_LOCATION
{
MemoryLocationInvalid,
MemoryLocationResident,
MemoryLocationPagefile,
MemoryLocationReserved
} MEMORY_WORKING_SET_EX_LOCATION;
// private
typedef struct _MEMORY_WORKING_SET_EX_BLOCK
{