Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITypeComp.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[ComImport]
4
[
Guid
(
"00020403-0000-0000-C000-000000000046"
)]
5
[InterfaceType(
ComInterfaceType
.InterfaceIsIUnknown)]
6
public
interface
ITypeComp
7
{
8
void
Bind
([MarshalAs(
UnmanagedType
.LPWStr)]
string
szName,
int
lHashVal,
short
wFlags, out
ITypeInfo
ppTInfo, out
DESCKIND
pDescKind, out
BINDPTR
pBindPtr);
9
10
void
BindType
([MarshalAs(
UnmanagedType
.LPWStr)]
string
szName,
int
lHashVal, out
ITypeInfo
ppTInfo, out
ITypeComp
ppTComp);
11
}
System.Runtime.InteropServices.ComTypes.ITypeComp.BindType
void BindType([MarshalAs(UnmanagedType.LPWStr)] string szName, int lHashVal, out ITypeInfo ppTInfo, out ITypeComp ppTComp)
System.Runtime.InteropServices.ComTypes.ITypeComp.Bind
void Bind([MarshalAs(UnmanagedType.LPWStr)] string szName, int lHashVal, short wFlags, out ITypeInfo ppTInfo, out DESCKIND pDescKind, out BINDPTR pBindPtr)
System.Runtime.InteropServices.ComTypes.ITypeComp
Definition
ITypeComp.cs:7
System.Runtime.InteropServices.ComTypes.ITypeInfo
Definition
ITypeInfo.cs:7
System.Data.Common.StorageType.Guid
@ Guid
System.Runtime.InteropServices.ComTypes.DESCKIND
DESCKIND
Definition
DESCKIND.cs:4
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.ComInterfaceType
ComInterfaceType
Definition
ComInterfaceType.cs:4
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.Runtime.InteropServices.ComTypes.BINDPTR
Definition
BINDPTR.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
ITypeComp.cs
Generated by
1.10.0