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.
AppXStream-1073741804IO_REPARSE_APPXSTREAM
Csv-2147483639IO_REPARSE_TAG_CSV
DriverExtender-2147483643IO_REPARSE_TAG_DRIVER_EXTENDER

Used by Home server drive extender.

Dedup-2147483629IO_REPARSE_TAG_DEDUP
Dfs-2147483638IO_REPARSE_TAG_DFS

Used by the DFS filter.

Dfsr-2147483630IO_REPARSE_TAG_DFSR

Used by the DFS filter.

FilterManager-2147483637IO_REPARSE_TAG_FILTER_MANAGER

Used by filter manager test harness.

Hsm-1073741820IO_REPARSE_TAG_HSM

(Obsolete) Used by legacy Hierarchical Storage Manager Product.

Hsm2-2147483642IO_REPARSE_TAG_HSM2

(Obsolete) Used by legacy Hierarchical Storage Manager Product.

Nfs-2147483628IO_REPARSE_TAG_NFS

NFS symlinks, Windows 8 / SMB3 and later.

MountPoint-1610612733IO_REPARSE_TAG_MOUNT_POINT

Used for mount point support.

Sis-2147483641IO_REPARSE_TAG_SIS

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

SymLink-1610612724IO_REPARSE_TAG_SYMLINK

Used for symbolic link support.

Wim-2147483640IO_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