mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
Changed SystemHandleList into SystemHandleInformation
Unknown18 is now SystemPageFileInformation Some consistency (added numbers to the definitions).
This commit is contained in:
parent
0d8cf03809
commit
219bff0f29
@ -586,17 +586,17 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
|
|||||||
SystemProcessorPerformanceInformation = 8,
|
SystemProcessorPerformanceInformation = 8,
|
||||||
Unknown9,
|
Unknown9,
|
||||||
Unknown10,
|
Unknown10,
|
||||||
SystemDriverInformation,
|
SystemDriverInformation = 11,
|
||||||
Unknown12,
|
Unknown12,
|
||||||
Unknown13,
|
Unknown13,
|
||||||
Unknown14,
|
Unknown14,
|
||||||
Unknown15,
|
Unknown15,
|
||||||
SystemHandleList,
|
SystemHandleInformation = 16,
|
||||||
Unknown17,
|
Unknown17,
|
||||||
Unknown18,
|
SystemPageFileInformation = 18,
|
||||||
Unknown19,
|
Unknown19,
|
||||||
Unknown20,
|
Unknown20,
|
||||||
SystemCacheInformation,
|
SystemCacheInformation = 21,
|
||||||
Unknown22,
|
Unknown22,
|
||||||
SystemInterruptInformation = 23,
|
SystemInterruptInformation = 23,
|
||||||
SystemDpcBehaviourInformation = 24,
|
SystemDpcBehaviourInformation = 24,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user