ReparsePointTag Enumeration |
Namespace: Alphaleonis.Win32.Filesystem
Member name | Value | Description | |
---|---|---|---|
None | 0 | The entry is not a reparse point. | |
AppXStream | 3221225492 | IO_REPARSE_APPXSTREAM | |
Csv | 2147483657 | IO_REPARSE_TAG_CSV | |
DriverExtender | 2147483653 | IO_REPARSE_TAG_DRIVER_EXTENDER
Used by Home server drive extender. | |
Dedup | 2147483667 | IO_REPARSE_TAG_DEDUP | |
Dfs | 2147483658 | IO_REPARSE_TAG_DFS
Used by the DFS filter. | |
Dfsr | 2147483666 | IO_REPARSE_TAG_DFSR
Used by the DFS filter. | |
FilterManager | 2147483659 | IO_REPARSE_TAG_FILTER_MANAGER
Used by filter manager test harness. | |
Hsm | 3221225476 | IO_REPARSE_TAG_HSM
(Obsolete) Used by legacy Hierarchical Storage Manager Product. | |
Hsm2 | 2147483654 | IO_REPARSE_TAG_HSM2
(Obsolete) Used by legacy Hierarchical Storage Manager Product. | |
Nfs | 2147483668 | IO_REPARSE_TAG_NFS
NFS symlinks, Windows 8 / SMB3 and later. | |
MountPoint | 2684354563 | IO_REPARSE_TAG_MOUNT_POINT
Used for mount point support. | |
Sis | 2147483655 | IO_REPARSE_TAG_SIS
Used by single-instance storage (SIS) filter driver. | |
SymLink | 2684354572 | IO_REPARSE_TAG_SYMLINK
Used for symbolic link support. | |
Wim | 2147483656 | IO_REPARSE_TAG_WIM |
Reparse tags, with the exception of IO_REPARSE_TAG_SYMLINK, are processed on the server and are not processed by a client after transmission over the wire.
Clients should treat associated reparse data as opaque data.