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
210bb7dd
Commit
210bb7dd
authored
Mar 21, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Mar 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more types to ntifs.h.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4e690089
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
ntifs.h
include/ddk/ntifs.h
+17
-0
No files found.
include/ddk/ntifs.h
View file @
210bb7dd
...
...
@@ -19,8 +19,24 @@
#ifndef __NTIFS_H__
#define __NTIFS_H__
#include "ntddk.h"
typedef
struct
_EX_PUSH_LOCK
EX_PUSH_LOCK
,
*
PEX_PUSH_LOCK
;
typedef
enum
_FS_FILTER_SECTION_SYNC_TYPE
{
SyncTypeOther
=
0
,
SyncTypeCreateSection
}
FS_FILTER_SECTION_SYNC_TYPE
,
*
PFS_FILTER_SECTION_SYNC_TYPE
;
typedef
struct
_FS_FILTER_SECTION_SYNC_OUTPUT
{
ULONG
StructureSize
;
ULONG
SizeReturned
;
ULONG
Flags
;
ULONG
DesiredReadAlignment
;
}
FS_FILTER_SECTION_SYNC_OUTPUT
,
*
PFS_FILTER_SECTION_SYNC_OUTPUT
;
typedef
struct
_KQUEUE
{
DISPATCHER_HEADER
Header
;
...
...
@@ -30,6 +46,7 @@ typedef struct _KQUEUE
LIST_ENTRY
ThreadListHead
;
}
KQUEUE
,
*
PKQUEUE
,
*
RESTRICTED_POINTER
PRKQUEUE
;
NTSTATUS
WINAPI
ObQueryNameString
(
PVOID
,
POBJECT_NAME_INFORMATION
,
ULONG
,
PULONG
);
#endif
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