Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAdviseSink.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[ComImport]
4
[
Guid
(
"0000010F-0000-0000-C000-000000000046"
)]
5
[InterfaceType(
ComInterfaceType
.InterfaceIsIUnknown)]
6
public
interface
IAdviseSink
7
{
8
[PreserveSig]
9
void
OnDataChange
([In] ref
FORMATETC
format
, [In] ref
STGMEDIUM
stgmedium);
10
11
[PreserveSig]
12
void
OnViewChange
(
int
aspect,
int
index
);
13
14
[PreserveSig]
15
void
OnRename
(
IMoniker
moniker);
16
17
[PreserveSig]
18
void
OnSave
();
19
20
[PreserveSig]
21
void
OnClose
();
22
}
System.Runtime.InteropServices.ComTypes.IAdviseSink.OnViewChange
void OnViewChange(int aspect, int index)
System.Runtime.InteropServices.ComTypes.IAdviseSink.OnClose
void OnClose()
System.Runtime.InteropServices.ComTypes.IAdviseSink.OnSave
void OnSave()
System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange
void OnDataChange([In] ref FORMATETC format, [In] ref STGMEDIUM stgmedium)
System.Runtime.InteropServices.ComTypes.IAdviseSink.OnRename
void OnRename(IMoniker moniker)
System.Runtime.InteropServices.ComTypes.IAdviseSink
Definition
IAdviseSink.cs:7
System.Runtime.InteropServices.ComTypes.IMoniker
Definition
IMoniker.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.ExceptionArgument.format
@ format
System.ExceptionArgument.index
@ index
System.Runtime.InteropServices.ComTypes.FORMATETC
Definition
FORMATETC.cs:4
System.Runtime.InteropServices.ComTypes.STGMEDIUM
Definition
STGMEDIUM.cs:4
source
System.Runtime.InteropServices
System.Runtime.InteropServices.ComTypes
IAdviseSink.cs
Generated by
1.10.0