Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CONNECTDATA.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
CONNECTDATA
5
{
6
[MarshalAs(
UnmanagedType
.Interface)]
7
public
object
pUnk
;
8
9
public
int
dwCookie
;
10
}
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.Runtime.InteropServices.ComTypes.CONNECTDATA.dwCookie
int dwCookie
Definition
CONNECTDATA.cs:9
System.Runtime.InteropServices.ComTypes.CONNECTDATA.pUnk
object pUnk
Definition
CONNECTDATA.cs:7
System.Runtime.InteropServices.ComTypes.CONNECTDATA
Definition
CONNECTDATA.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
CONNECTDATA.cs
Generated by
1.10.0