Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnmanagedType.cs
Go to the documentation of this file.
2
3public enum UnmanagedType
4{
5 Bool = 2,
6 I1 = 3,
7 U1 = 4,
8 I2 = 5,
9 U2 = 6,
10 I4 = 7,
11 U4 = 8,
12 I8 = 9,
13 U8 = 10,
14 R4 = 11,
15 R8 = 12,
16 Currency = 15,
17 BStr = 19,
18 LPStr = 20,
19 LPWStr = 21,
20 LPTStr = 22,
21 ByValTStr = 23,
22 IUnknown = 25,
23 IDispatch = 26,
24 Struct = 27,
25 Interface = 28,
26 SafeArray = 29,
27 ByValArray = 30,
28 SysInt = 31,
29 SysUInt = 32,
30 VBByRefStr = 34,
31 AnsiBStr = 35,
32 TBStr = 36,
33 VariantBool = 37,
34 FunctionPtr = 38,
35 AsAny = 40,
36 LPArray = 42,
37 LPStruct = 43,
38 CustomMarshaler = 44,
39 Error = 45,
40 IInspectable = 46,
41 HString = 47,
42 LPUTF8Str = 48
43}