Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IConnectionPoint.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[ComImport]
4
[
Guid
(
"B196B286-BAB4-101A-B69C-00AA00341D07"
)]
5
[InterfaceType(
ComInterfaceType
.InterfaceIsIUnknown)]
6
public
interface
IConnectionPoint
7
{
8
void
GetConnectionInterface
(out
Guid
pIID);
9
10
void
GetConnectionPointContainer
(out
IConnectionPointContainer
ppCPC);
11
12
void
Advise
([MarshalAs(
UnmanagedType
.Interface)]
object
pUnkSink, out
int
pdwCookie);
13
14
void
Unadvise
(
int
dwCookie);
15
16
void
EnumConnections
(out
IEnumConnections
ppEnum);
17
}
System.Runtime.InteropServices.ComTypes.IConnectionPointContainer
Definition
IConnectionPointContainer.cs:7
System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise
void Advise([MarshalAs(UnmanagedType.Interface)] object pUnkSink, out int pdwCookie)
System.Runtime.InteropServices.ComTypes.IConnectionPoint.EnumConnections
void EnumConnections(out IEnumConnections ppEnum)
System.Runtime.InteropServices.ComTypes.IConnectionPoint.GetConnectionInterface
void GetConnectionInterface(out Guid pIID)
System.Runtime.InteropServices.ComTypes.IConnectionPoint.GetConnectionPointContainer
void GetConnectionPointContainer(out IConnectionPointContainer ppCPC)
System.Runtime.InteropServices.ComTypes.IConnectionPoint.Unadvise
void Unadvise(int dwCookie)
System.Runtime.InteropServices.ComTypes.IConnectionPoint
Definition
IConnectionPoint.cs:7
System.Runtime.InteropServices.ComTypes.IEnumConnections
Definition
IEnumConnections.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.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.Guid
Definition
Guid.cs:15
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
IConnectionPoint.cs
Generated by
1.10.0