Click or drag to resize
ReparsePointTag Enumeration
Enumeration specifying the different reparse point tags.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public enum ReparsePointTag
Members
  Member nameValueDescription
None0The entry is not a reparse point.
AppXStream3221225492IO_REPARSE_APPXSTREAM
Csv2147483657IO_REPARSE_TAG_CSV
DriverExtender2147483653IO_REPARSE_TAG_DRIVER_EXTENDER

Used by Home server drive extender.

Dedup2147483667IO_REPARSE_TAG_DEDUP
Dfs2147483658IO_REPARSE_TAG_DFS

Used by the DFS filter.

Dfsr2147483666IO_REPARSE_TAG_DFSR

Used by the DFS filter.

FilterManager2147483659IO_REPARSE_TAG_FILTER_MANAGER

Used by filter manager test harness.

Hsm3221225476IO_REPARSE_TAG_HSM

(Obsolete) Used by legacy Hierarchical Storage Manager Product.

Hsm22147483654IO_REPARSE_TAG_HSM2

(Obsolete) Used by legacy Hierarchical Storage Manager Product.

Nfs2147483668IO_REPARSE_TAG_NFS

NFS symlinks, Windows 8 / SMB3 and later.

MountPoint2684354563IO_REPARSE_TAG_MOUNT_POINT

Used for mount point support.

Sis2147483655IO_REPARSE_TAG_SIS

Used by single-instance storage (SIS) filter driver.

SymLink2684354572IO_REPARSE_TAG_SYMLINK

Used for symbolic link support.

Wim2147483656IO_REPARSE_TAG_WIM
Remarks

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.

See Also