[1/4] include: Add definition for FILE_ID_INFORMATION.

Sebastian Lackner sebastian at fds-team.de
Thu Feb 16 11:16:37 CST 2017


From: Jonathan Doron <jond at wizery.com>

Signed-off-by: Jonathan Doron <jond at wizery.com>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

No changes in this patch.

 include/winternl.h |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/winternl.h b/include/winternl.h
index 891b6a7aaca..2f2ea866ae7 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -571,6 +571,15 @@ typedef struct _FILE_INTERNAL_INFORMATION {
     LARGE_INTEGER IndexNumber;
 } FILE_INTERNAL_INFORMATION, *PFILE_INTERNAL_INFORMATION;
 
+typedef struct _FILE_ID_128 {
+    UCHAR Identifier[16];
+} FILE_ID_128, *PFILE_ID_128;
+
+typedef struct _FILE_ID_INFORMATION {
+    ULONGLONG VolumeSerialNumber;
+    FILE_ID_128 FileId;
+} FILE_ID_INFORMATION, *PFILE_ID_INFORMATION;
+
 typedef struct _FILE_EA_INFORMATION {
     ULONG EaSize;
 } FILE_EA_INFORMATION, *PFILE_EA_INFORMATION;
-- 
2.11.0



More information about the wine-patches mailing list