Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PARAMDESC.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
PARAMDESC
5
{
6
public
IntPtr
lpVarValue
;
7
8
public
PARAMFLAG
wParamFlags
;
9
}
System.Runtime.InteropServices.ComTypes.PARAMFLAG
PARAMFLAG
Definition
PARAMFLAG.cs:5
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.PARAMDESC.wParamFlags
PARAMFLAG wParamFlags
Definition
PARAMDESC.cs:8
System.Runtime.InteropServices.ComTypes.PARAMDESC.lpVarValue
IntPtr lpVarValue
Definition
PARAMDESC.cs:6
System.Runtime.InteropServices.ComTypes.PARAMDESC
Definition
PARAMDESC.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
PARAMDESC.cs
Generated by
1.10.0