mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTFS]
Add the reparse point attribute definition svn path=/trunk/; revision=65475
This commit is contained in:
@@ -380,6 +380,13 @@ typedef struct
|
||||
ULONG Unknown2;
|
||||
} VOLINFO_ATTRIBUTE, *PVOLINFO_ATTRIBUTE;
|
||||
|
||||
typedef struct {
|
||||
ULONG ReparseTag;
|
||||
USHORT DataLength;
|
||||
USHORT Reserved;
|
||||
UCHAR Data[1];
|
||||
} REPARSE_POINT_ATTRIBUTE, *PREPARSE_POINT_ATTRIBUTE;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
NTFSIDENTIFIER Identifier;
|
||||
|
||||
Reference in New Issue
Block a user