mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NDK]
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:
@@ -169,7 +169,8 @@ typedef enum _MEMORY_INFORMATION_CLASS
|
||||
MemoryBasicInformation,
|
||||
MemoryWorkingSetList,
|
||||
MemorySectionName,
|
||||
MemoryBasicVlmInformation
|
||||
MemoryBasicVlmInformation,
|
||||
MemoryWorkingSetExList
|
||||
} MEMORY_INFORMATION_CLASS;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user