Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
STATSTG.cs
Go to the documentation of this file.
2
3[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
4public struct STATSTG
5{
6 public string pwcsName;
7
8 public int type;
9
10 public long cbSize;
11
13
15
17
18 public int grfMode;
19
21
22 public Guid clsid;
23
24 public int grfStateBits;
25
26 public int reserved;
27}