Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
STATSTG.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[StructLayout(
LayoutKind
.Sequential, CharSet = CharSet.Unicode)]
4
public
struct
STATSTG
5
{
6
public
string
pwcsName
;
7
8
public
int
type
;
9
10
public
long
cbSize
;
11
12
public
FILETIME
mtime
;
13
14
public
FILETIME
ctime
;
15
16
public
FILETIME
atime
;
17
18
public
int
grfMode
;
19
20
public
int
grfLocksSupported
;
21
22
public
Guid
clsid
;
23
24
public
int
grfStateBits
;
25
26
public
int
reserved
;
27
}
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Guid
Definition
Guid.cs:15
System.Runtime.InteropServices.ComTypes.FILETIME
Definition
FILETIME.cs:4
System.Runtime.InteropServices.ComTypes.STATSTG.atime
FILETIME atime
Definition
STATSTG.cs:16
System.Runtime.InteropServices.ComTypes.STATSTG.grfLocksSupported
int grfLocksSupported
Definition
STATSTG.cs:20
System.Runtime.InteropServices.ComTypes.STATSTG.reserved
int reserved
Definition
STATSTG.cs:26
System.Runtime.InteropServices.ComTypes.STATSTG.clsid
Guid clsid
Definition
STATSTG.cs:22
System.Runtime.InteropServices.ComTypes.STATSTG.type
int type
Definition
STATSTG.cs:8
System.Runtime.InteropServices.ComTypes.STATSTG.pwcsName
string pwcsName
Definition
STATSTG.cs:6
System.Runtime.InteropServices.ComTypes.STATSTG.mtime
FILETIME mtime
Definition
STATSTG.cs:12
System.Runtime.InteropServices.ComTypes.STATSTG.grfStateBits
int grfStateBits
Definition
STATSTG.cs:24
System.Runtime.InteropServices.ComTypes.STATSTG.cbSize
long cbSize
Definition
STATSTG.cs:10
System.Runtime.InteropServices.ComTypes.STATSTG.grfMode
int grfMode
Definition
STATSTG.cs:18
System.Runtime.InteropServices.ComTypes.STATSTG.ctime
FILETIME ctime
Definition
STATSTG.cs:14
System.Runtime.InteropServices.ComTypes.STATSTG
Definition
STATSTG.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
STATSTG.cs
Generated by
1.10.0