Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IConnectionPoint.cs
Go to the documentation of this file.
2
3[ComImport]
4[Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
5[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
6public interface IConnectionPoint
7{
9
11
12 void Advise([MarshalAs(UnmanagedType.Interface)] object pUnkSink, out int pdwCookie);
13
14 void Unadvise(int dwCookie);
15
17}
void Advise([MarshalAs(UnmanagedType.Interface)] object pUnkSink, out int pdwCookie)
void EnumConnections(out IEnumConnections ppEnum)
void GetConnectionPointContainer(out IConnectionPointContainer ppCPC)