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
59e3a851
Commit
59e3a851
authored
Jan 26, 2015
by
Austin English
Committed by
Alexandre Julliard
Jan 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Add KWAIT_BLOCK struct to ntddk.h.
parent
bbc5244c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
ntddk.h
include/ddk/ntddk.h
+9
-0
No files found.
include/ddk/ntddk.h
View file @
59e3a851
...
...
@@ -140,6 +140,15 @@ typedef struct _FILE_VALID_DATA_LENGTH_INFORMATION
LARGE_INTEGER
ValidDataLength
;
}
FILE_VALID_DATA_LENGTH_INFORMATION
,
*
PFILE_VALID_DATA_LENGTH_INFORMATION
;
typedef
struct
_KWAIT_BLOCK
{
LIST_ENTRY
WaitListEntry
;
struct
_KTHREAD
*
RESTRICTED_POINTER
Thread
;
PVOID
Object
;
struct
_KWAIT_BLOCK
*
RESTRICTED_POINTER
NextWaitBlock
;
USHORT
WaitKey
;
USHORT
WaitType
;
}
KWAIT_BLOCK
,
*
PKWAIT_BLOCK
,
*
RESTRICTED_POINTER
PRKWAIT_BLOCK
;
typedef
VOID
(
WINAPI
*
PDRIVER_NOTIFICATION_CALLBACK_ROUTINE
)(
PVOID
,
PVOID
);
typedef
VOID
(
WINAPI
*
PDRIVER_REINITIALIZE
)(
PDRIVER_OBJECT
,
PVOID
,
ULONG
);
typedef
VOID
(
WINAPI
*
PLOAD_IMAGE_NOTIFY_ROUTINE
)(
PUNICODE_STRING
,
HANDLE
,
PIMAGE_INFO
);
...
...
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