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
9a8ff7de
Commit
9a8ff7de
authored
May 31, 2020
by
Paul Gofman
Committed by
Alexandre Julliard
Jun 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Add _KAPC_STATE structure definition.
Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c9a55908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
wdm.h
include/ddk/wdm.h
+11
-0
No files found.
include/ddk/wdm.h
View file @
9a8ff7de
...
...
@@ -52,6 +52,7 @@ struct _KAPC;
struct
_IRP
;
struct
_DEVICE_OBJECT
;
struct
_DRIVER_OBJECT
;
struct
_KPROCESS
;
typedef
VOID
(
WINAPI
*
PKDEFERRED_ROUTINE
)(
struct
_KDPC
*
,
PVOID
,
PVOID
,
PVOID
);
typedef
VOID
(
WINAPI
*
PKSTART_ROUTINE
)(
PVOID
);
...
...
@@ -224,12 +225,22 @@ typedef struct _IO_TIMER_ROUTINE *PIO_TIMER_ROUTINE;
typedef
struct
_ETHREAD
*
PETHREAD
;
typedef
struct
_KTHREAD
*
PKTHREAD
,
*
PRKTHREAD
;
typedef
struct
_EPROCESS
*
PEPROCESS
;
typedef
struct
_KPROCESS
KPROCESS
,
*
PKPROCESS
,
*
PRKPROCESS
;
typedef
struct
_IO_WORKITEM
*
PIO_WORKITEM
;
typedef
struct
_OBJECT_TYPE
*
POBJECT_TYPE
;
typedef
struct
_OBJECT_HANDLE_INFORMATION
*
POBJECT_HANDLE_INFORMATION
;
typedef
struct
_ZONE_HEADER
*
PZONE_HEADER
;
typedef
struct
_LOOKASIDE_LIST_EX
*
PLOOKASIDE_LIST_EX
;
typedef
struct
_KAPC_STATE
{
LIST_ENTRY
ApcListHead
[
2
];
PKPROCESS
Process
;
UCHAR
KernelApcInProgress
;
UCHAR
KernelApcPending
;
UCHAR
UserApcPending
;
}
KAPC_STATE
,
*
PKAPC_STATE
;
#define FM_LOCK_BIT 0x1
typedef
struct
_FAST_MUTEX
...
...
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