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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public uint ReparsePointTag { get; }
Property Value
Type:
UInt32
The reparse point tag.
See Also