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
64c48d0e
Commit
64c48d0e
authored
Feb 26, 2015
by
Michael Müller
Committed by
Alexandre Julliard
Mar 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Define a couple more information classes.
parent
3c5387da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
20 deletions
+28
-20
file.c
dlls/ntdll/file.c
+11
-9
winternl.h
include/winternl.h
+17
-11
No files found.
dlls/ntdll/file.c
View file @
64c48d0e
...
...
@@ -2196,20 +2196,22 @@ NTSTATUS WINAPI NtQueryInformationFile( HANDLE hFile, PIO_STATUS_BLOCK io,
0
,
/* FileIdFullDirectoryInformation */
0
,
/* FileValidDataLengthInformation */
0
,
/* FileShortNameInformation */
0
,
0
,
0
,
0
,
/* FileIoCompletionNotificationInformation, */
0
,
/* FileIoStatusBlockRangeInformation */
0
,
/* FileIoPriorityHintInformation */
0
,
/* FileSfioReserveInformation */
0
,
/* FileSfioVolumeInformation */
0
,
/* FileHardLinkInformation */
0
,
0
,
/* FileProcessIdsUsingFileInformation */
0
,
/* FileNormalizedNameInformation */
0
,
0
,
/* FileNetworkPhysicalNameInformation */
0
,
/* FileIdGlobalTxDirectoryInformation */
0
,
0
,
0
,
0
/* FileStandardLinkInformation */
0
,
/* FileIsRemoteDeviceInformation */
0
,
/* FileAttributeCacheInformation */
0
,
/* FileNumaNodeInformation */
0
,
/* FileStandardLinkInformation */
0
,
/* FileRemoteProtocolInformation */
0
,
/* FileReplaceCompletionInformation */
};
struct
stat
st
;
...
...
include/winternl.h
View file @
64c48d0e
...
...
@@ -412,17 +412,23 @@ typedef enum _FILE_INFORMATION_CLASS {
FileIdBothDirectoryInformation
,
FileIdFullDirectoryInformation
,
FileValidDataLengthInformation
,
FileShortNameInformation
=
40
,
/* 41, 42, 43 undocumented */
FileSfioReserveInformation
=
44
,
FileSfioVolumeInformation
=
45
,
FileHardLinkInformation
=
46
,
/* 47 undocumented */
FileNormalizedNameInformation
=
48
,
/* 49 undocumented */
FileIdGlobalTxDirectoryInformation
=
50
,
/* 51, 52, 53 undocumented */
FileStandardLinkInformation
=
54
,
FileShortNameInformation
,
FileIoCompletionNotificationInformation
,
FileIoStatusBlockRangeInformation
,
FileIoPriorityHintInformation
,
FileSfioReserveInformation
,
FileSfioVolumeInformation
,
FileHardLinkInformation
,
FileProcessIdsUsingFileInformation
,
FileNormalizedNameInformation
,
FileNetworkPhysicalNameInformation
,
FileIdGlobalTxDirectoryInformation
,
FileIsRemoteDeviceInformation
,
FileAttributeCacheInformation
,
FileNumaNodeInformation
,
FileStandardLinkInformation
,
FileRemoteProtocolInformation
,
FileReplaceCompletionInformation
,
FileMaximumInformation
}
FILE_INFORMATION_CLASS
,
*
PFILE_INFORMATION_CLASS
;
...
...
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