Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IConnectionPointContainer.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[ComImport]
4
[
Guid
(
"B196B284-BAB4-101A-B69C-00AA00341D07"
)]
5
[InterfaceType(
ComInterfaceType
.InterfaceIsIUnknown)]
6
public
interface
IConnectionPointContainer
7
{
8
void
EnumConnectionPoints
(out
IEnumConnectionPoints
ppEnum);
9
10
void
FindConnectionPoint
([In] ref
Guid
riid, out
IConnectionPoint
? ppCP);
11
}
System.Runtime.InteropServices.ComTypes.IConnectionPointContainer.EnumConnectionPoints
void EnumConnectionPoints(out IEnumConnectionPoints ppEnum)
System.Runtime.InteropServices.ComTypes.IConnectionPointContainer.FindConnectionPoint
void FindConnectionPoint([In] ref Guid riid, out IConnectionPoint? ppCP)
System.Runtime.InteropServices.ComTypes.IConnectionPointContainer
Definition
IConnectionPointContainer.cs:7
System.Runtime.InteropServices.ComTypes.IConnectionPoint
Definition
IConnectionPoint.cs:7
System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints
Definition
IEnumConnectionPoints.cs:7
System.Data.Common.StorageType.Guid
@ Guid
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
System.Runtime.InteropServices.ComInterfaceType
ComInterfaceType
Definition
ComInterfaceType.cs:4
System.Guid
Definition
Guid.cs:15
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
IConnectionPointContainer.cs
Generated by
1.10.0