Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FORMATETC.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
struct
FORMATETC
4
{
5
[MarshalAs(
UnmanagedType
.U2)]
6
public
short
cfFormat
;
7
8
public
IntPtr
ptd
;
9
10
[MarshalAs(
UnmanagedType
.U4)]
11
public
DVASPECT
dwAspect
;
12
13
public
int
lindex
;
14
15
[MarshalAs(
UnmanagedType
.U4)]
16
public
TYMED
tymed
;
17
}
System.Runtime.InteropServices.ComTypes.DVASPECT
DVASPECT
Definition
DVASPECT.cs:5
System.Runtime.InteropServices.ComTypes.TYMED
TYMED
Definition
TYMED.cs:5
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.ComTypes.FORMATETC.cfFormat
short cfFormat
Definition
FORMATETC.cs:6
System.Runtime.InteropServices.ComTypes.FORMATETC.lindex
int lindex
Definition
FORMATETC.cs:13
System.Runtime.InteropServices.ComTypes.FORMATETC.ptd
IntPtr ptd
Definition
FORMATETC.cs:8
System.Runtime.InteropServices.ComTypes.FORMATETC.dwAspect
DVASPECT dwAspect
Definition
FORMATETC.cs:11
System.Runtime.InteropServices.ComTypes.FORMATETC.tymed
TYMED tymed
Definition
FORMATETC.cs:16
System.Runtime.InteropServices.ComTypes.FORMATETC
Definition
FORMATETC.cs:4
source
System.Runtime.InteropServices
System.Runtime.InteropServices.ComTypes
FORMATETC.cs
Generated by
1.10.0