Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DllCharacteristics.cs
Go to the documentation of this file.
2
3[Flags]
4public enum DllCharacteristics : ushort
5{
6 ProcessInit = 1,
7 ProcessTerm = 2,
8 ThreadInit = 4,
9 ThreadTerm = 8,
11 DynamicBase = 0x40,
12 NxCompatible = 0x100,
13 NoIsolation = 0x200,
14 NoSeh = 0x400,
15 NoBind = 0x800,
16 AppContainer = 0x1000,
17 WdmDriver = 0x2000,
18 TerminalServerAware = 0x8000
19}