Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MemoryMappedFileRights.cs
Go to the documentation of this file.
2
3[Flags]
5{
6 CopyOnWrite = 1,
7 Write = 2,
8 Read = 4,
9 Execute = 8,
10 Delete = 0x10000,
11 ReadPermissions = 0x20000,
12 ChangePermissions = 0x40000,
13 TakeOwnership = 0x80000,
14 ReadWrite = 6,
15 ReadExecute = 0xC,
16 ReadWriteExecute = 0xE,
17 FullControl = 0xF000F,
18 AccessSystemSecurity = 0x1000000
19}