Complete MEMORY_INFORMATION_CLASS by adding a missing class (at the proper place): MemoryWorkingSetExList

Alex, could you review please? Not fully sure about the name of such class.

svn path=/trunk/; revision=60793
This commit is contained in:
Pierre Schweitzer 2013-10-30 10:51:30 +00:00
parent 276c520892
commit 5aeeadda17

View file

@ -169,7 +169,8 @@ typedef enum _MEMORY_INFORMATION_CLASS
MemoryBasicInformation,
MemoryWorkingSetList,
MemorySectionName,
MemoryBasicVlmInformation
MemoryBasicVlmInformation,
MemoryWorkingSetExList
} MEMORY_INFORMATION_CLASS;
//