Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
51f16a2f
Commit
51f16a2f
authored
Jan 07, 2023
by
Etaash Mathamsetty
Committed by
Alexandre Julliard
Sep 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update definition of KDPC.
parent
a6d6f914
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
wdm.h
include/ddk/wdm.h
+11
-5
No files found.
include/ddk/wdm.h
View file @
51f16a2f
...
...
@@ -83,15 +83,21 @@ typedef struct _KSEMAPHORE {
}
KSEMAPHORE
,
*
PKSEMAPHORE
,
*
PRKSEMAPHORE
;
typedef
struct
_KDPC
{
CSHORT
Type
;
UCHAR
Number
;
UCHAR
Importance
;
LIST_ENTRY
DpcListEntry
;
union
{
ULONG
TargetInfoAsUlong
;
struct
{
UCHAR
Type
;
UCHAR
Importance
;
volatile
USHORT
Number
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
SINGLE_LIST_ENTRY
DpcListEntry
;
KAFFINITY
ProcessorHistory
;
PKDEFERRED_ROUTINE
DeferredRoutine
;
PVOID
DeferredContext
;
PVOID
SystemArgument1
;
PVOID
SystemArgument2
;
P
ULONG_PTR
Lock
;
P
VOID
DpcData
;
}
KDPC
,
*
PKDPC
,
*
RESTRICTED_POINTER
PRKDPC
;
typedef
enum
_KDPC_IMPORTANCE
{
...
...
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