[This is preliminary documentation and is subject to change.]
When you set a reparse point, you must tag the data to be placed in the reparse point. After the reparse point has been established, a new set operation fails if the tag for the new data does not match the tag for the existing data. If the tags match, the set operation overwrites the existing reparse point.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] [FlagsAttribute] public enum ReparsePointTags |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ <FlagsAttribute> _ Public Enumeration ReparsePointTags |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] [FlagsAttribute] public enum class ReparsePointTags |
| F# |
|---|
[<CLSCompliantAttribute(false)>] [<FlagsAttribute>] type ReparsePointTags |
| JScript |
|---|
public enum ReparsePointTags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Symlink | 2684354572 | ||
| SIS | 2147483655 | ||
| MountPoint | 2684354563 | ||
| HSM2 | 2147483654 | ||
| HSM | 3221225476 | ||
| DFSR | 2147483666 | ||
| DFS | 2147483658 | ||
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |