Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TYPEDESC.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
TYPEDESC
5
{
6
public
IntPtr
lpValue
;
7
8
public
short
vt
;
9
}
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.ComTypes.TYPEDESC.vt
short vt
Definition
TYPEDESC.cs:8
System.Runtime.InteropServices.ComTypes.TYPEDESC.lpValue
IntPtr lpValue
Definition
TYPEDESC.cs:6
System.Runtime.InteropServices.ComTypes.TYPEDESC
Definition
TYPEDESC.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
TYPEDESC.cs
Generated by
1.10.0