Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BIND_OPTS.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
struct
BIND_OPTS
4
{
5
public
int
cbStruct
;
6
7
public
int
grfFlags
;
8
9
public
int
grfMode
;
10
11
public
int
dwTickCountDeadline
;
12
}
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.ComTypes.BIND_OPTS.cbStruct
int cbStruct
Definition
BIND_OPTS.cs:5
System.Runtime.InteropServices.ComTypes.BIND_OPTS.grfMode
int grfMode
Definition
BIND_OPTS.cs:9
System.Runtime.InteropServices.ComTypes.BIND_OPTS.dwTickCountDeadline
int dwTickCountDeadline
Definition
BIND_OPTS.cs:11
System.Runtime.InteropServices.ComTypes.BIND_OPTS.grfFlags
int grfFlags
Definition
BIND_OPTS.cs:7
System.Runtime.InteropServices.ComTypes.BIND_OPTS
Definition
BIND_OPTS.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
BIND_OPTS.cs
Generated by
1.10.0