Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e79ff70b
Commit
e79ff70b
authored
Apr 21, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Apr 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* add some values to the SYSTEM_INFORMATION_CLASS enumeration
parent
ec2d618c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletion
+33
-1
winternl.h
include/winternl.h
+33
-1
No files found.
include/winternl.h
View file @
e79ff70b
...
...
@@ -442,9 +442,36 @@ typedef enum SYSTEM_INFORMATION_CLASS {
SystemCacheInformation
,
Unknown22
,
SystemInterruptInformation
=
23
,
SystemDpcBehaviourInformation
=
24
,
SystemFullMemoryInformation
=
25
,
SystemNotImplemented6
=
25
,
SystemLoadImage
=
26
,
SystemUnloadImage
=
27
,
SystemTimeAdjustmentInformation
=
28
,
SystemTimeAdjustment
=
28
,
SystemSummaryMemoryInformation
=
29
,
SystemNotImplemented7
=
29
,
SystemNextEventIdInformation
=
30
,
SystemNotImplemented8
=
30
,
SystemEventIdsInformation
=
31
,
SystemCrashDumpInformation
=
32
,
SystemExceptionInformation
=
33
,
SystemCrashDumpStateInformation
=
34
,
SystemKernelDebuggerInformation
=
35
,
SystemContextSwitchInformation
=
36
,
SystemRegistryQuotaInformation
=
37
,
SystemLookasideInformation
=
45
SystemCurrentTimeZoneInformation
=
44
,
SystemTimeZoneInformation
=
44
,
SystemLookasideInformation
=
45
,
SystemSetTimeSlipEvent
=
46
,
SystemCreateSession
=
47
,
SystemDeleteSession
=
48
,
SystemInvalidInfoClass4
=
49
,
SystemRangeStartInformation
=
50
,
SystemVerifierInformation
=
51
,
SystemAddVerifier
=
52
,
SystemSessionProcessesInformation
=
53
,
SystemInformationClassMax
}
SYSTEM_INFORMATION_CLASS
,
*
PSYSTEM_INFORMATION_CLASS
;
typedef
enum
_TIMER_TYPE
{
...
...
@@ -805,6 +832,11 @@ typedef struct _SYSTEM_INTERRUPT_INFORMATION {
BYTE
Reserved1
[
24
];
}
SYSTEM_INTERRUPT_INFORMATION
,
*
PSYSTEM_INTERRUPT_INFORMATION
;
typedef
struct
_SYSTEM_KERNEL_DEBUGGER_INFORMATION
{
BOOLEAN
DebuggerEnabled
;
BOOLEAN
DebuggerNotPresent
;
}
SYSTEM_KERNEL_DEBUGGER_INFORMATION
,
*
PSYSTEM_KERNEL_DEBUGGER_INFORMATION
;
/* System Information Class 0x10 */
typedef
struct
{
USHORT
dwPID
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment