Click or drag to resize

FileSystemEntryReparsePointTag Property

If the Attributes propery includes the ReparsePoint value, this member specifies the reparse point tag. Otherwise, this value is undefined and should not be used. If the entry was not opened using the FILE_FLAG_OPEN_REPARSE_POINT attribute, this will be 0.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public uint ReparsePointTag { get; }

Property Value

Type: UInt32
The reparse point tag.
See Also