mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
- Add reserved reparse tags definitions.
svn path=/trunk/; revision=37890
This commit is contained in:
parent
6928b46129
commit
fa01d268d4
1 changed files with 8 additions and 0 deletions
|
@ -1009,6 +1009,14 @@ typedef struct _REPARSE_DATA_BUFFER {
|
|||
#define IO_REPARSE_TAG_IIS_CACHE (0xA0000010L)
|
||||
#define IO_REPARSE_TAG_DFSR (0x80000012L)
|
||||
|
||||
//
|
||||
// Reserved reparse tags
|
||||
//
|
||||
#define IO_REPARSE_TAG_RESERVED_ZERO (0)
|
||||
#define IO_REPARSE_TAG_RESERVED_ONE (1)
|
||||
#define IO_REPARSE_TAG_RESERVED_RANGE IO_REPARSE_TAG_RESERVED_ONE
|
||||
|
||||
|
||||
#define REPARSE_DATA_BUFFER_HEADER_SIZE FIELD_OFFSET(REPARSE_DATA_BUFFER, GenericReparseBuffer)
|
||||
|
||||
typedef struct _FILE_ACCESS_INFORMATION {
|
||||
|
|
Loading…
Reference in a new issue