ReparseDataBufferFlags Enumeration
Flags for the
Flags member.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ReparseDataBufferFlags
Public Enumeration ReparseDataBufferFlags
Dim instance As ReparseDataBufferFlags
public enum class ReparseDataBufferFlags
type ReparseDataBufferFlags
No code example is currently available or this language may not be supported.
AbsolutePath |
0 |
The substitute name is an absolute target path name.
|
RelativePath |
1 |
The substitute name is a path name relative to the directory containing the symbolic link.
|