Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VARDESC.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
VARDESC
5
{
6
[StructLayout(
LayoutKind
.Explicit,
CharSet
=
CharSet
.Unicode)]
7
public
struct
DESCUNION
8
{
9
[FieldOffset(0)]
10
public
int
oInst
;
11
12
[FieldOffset(0)]
13
public
IntPtr
lpvarValue
;
14
}
15
16
public
int
memid
;
17
18
public
string
lpstrSchema
;
19
20
public
DESCUNION
desc
;
21
22
public
ELEMDESC
elemdescVar
;
23
24
public
short
wVarFlags
;
25
26
public
VARKIND
varkind
;
27
}
System.Runtime.InteropServices.ComTypes.VARKIND
VARKIND
Definition
VARKIND.cs:4
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:4
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.ComTypes.ELEMDESC
Definition
ELEMDESC.cs:5
System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION.oInst
int oInst
Definition
VARDESC.cs:10
System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION.lpvarValue
IntPtr lpvarValue
Definition
VARDESC.cs:13
System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION
Definition
VARDESC.cs:8
System.Runtime.InteropServices.ComTypes.VARDESC.desc
DESCUNION desc
Definition
VARDESC.cs:20
System.Runtime.InteropServices.ComTypes.VARDESC.wVarFlags
short wVarFlags
Definition
VARDESC.cs:24
System.Runtime.InteropServices.ComTypes.VARDESC.varkind
VARKIND varkind
Definition
VARDESC.cs:26
System.Runtime.InteropServices.ComTypes.VARDESC.memid
int memid
Definition
VARDESC.cs:16
System.Runtime.InteropServices.ComTypes.VARDESC.elemdescVar
ELEMDESC elemdescVar
Definition
VARDESC.cs:22
System.Runtime.InteropServices.ComTypes.VARDESC.lpstrSchema
string lpstrSchema
Definition
VARDESC.cs:18
System.Runtime.InteropServices.ComTypes.VARDESC
Definition
VARDESC.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
VARDESC.cs
Generated by
1.10.0