Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
STGMEDIUM.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
public
struct
STGMEDIUM
4
{
5
public
TYMED
tymed
;
6
7
public
IntPtr
unionmember
;
8
9
[MarshalAs(
UnmanagedType
.IUnknown)]
10
public
object
?
pUnkForRelease
;
11
}
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.STGMEDIUM.tymed
TYMED tymed
Definition
STGMEDIUM.cs:5
System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease
object? pUnkForRelease
Definition
STGMEDIUM.cs:10
System.Runtime.InteropServices.ComTypes.STGMEDIUM.unionmember
IntPtr unionmember
Definition
STGMEDIUM.cs:7
System.Runtime.InteropServices.ComTypes.STGMEDIUM
Definition
STGMEDIUM.cs:4
source
System.Runtime.InteropServices
System.Runtime.InteropServices.ComTypes
STGMEDIUM.cs
Generated by
1.10.0