Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
SYMBOLIC_LINK_FLAG (Enums)
.
Summary
C# Definition:
[Flags]
enum SYMBOLIC_LINK_FLAG
{
File = 0,
Directory = 1,
AllowUnprivilegedCreate = 2
}
VB.NET Definition:
Private Enum SYMBOLIC_LINK_FLAG As Integer
File = 0
Directory = 1
AllowUnprivilegedCreate = 2
End Enum
}
Notes:
None.
VB.NET Definition:
Enum SYMBOLIC_LINK_FLAG
File = 0
Directory = 1
End Enum
Notes:
None.
Documentation
Creates a symbolic link in the filesystem. Requires Vista or higher. Requires administrator access.
6/26/2020 11:35:22 AM - Walkman-196.6.232.54
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!