Jonathan Doron : include: Add definition for FILE_ID_INFORMATION.

Alexandre Julliard julliard at winehq.org
Thu Feb 16 15:12:29 CST 2017


Module: wine
Branch: master
Commit: 9e889691cf255a953e76c39f72ba6c8c38702b4a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9e889691cf255a953e76c39f72ba6c8c38702b4a

Author: Jonathan Doron <jond at wizery.com>
Date:   Thu Feb 16 18:16:37 2017 +0100

include: Add definition for FILE_ID_INFORMATION.

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

---

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

diff --git a/include/winternl.h b/include/winternl.h
index 891b6a7..2f2ea86 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;




More information about the wine-cvs mailing list