9 instantiations of FORMATETC
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
95
FORMATETC formatEtc =
new
()
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
404
Com.FORMATETC formatetc =
new
()
469
Com.FORMATETC formatEtc =
new
()
764
Com.FORMATETC formatEtc =
new
()
System\Private\Windows\Ole\DragDropHelper.cs (2)
198
FORMATETC formatEtc =
new
()
356
FORMATETC formatEtc =
new
()
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
80
FORMATETC formatEtc =
new
()
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
102
FORMATETC textFormat =
new
()
110
FORMATETC unicodeFormat =
new
()
199 references to FORMATETC
PresentationCore (9)
System\Windows\dataobject.cs (7)
594
HRESULT Com.IDataObject.Interface.DAdvise(Com.
FORMATETC
* pformatetc, uint advf, Com.IAdviseSink* pAdvSink, uint* pdwConnection) =>
606
HRESULT Com.IDataObject.Interface.GetData(Com.
FORMATETC
* pformatetcIn, Com.STGMEDIUM* pmedium) =>
609
HRESULT Com.IDataObject.Interface.GetDataHere(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium) =>
612
HRESULT Com.IDataObject.Interface.QueryGetData(Com.
FORMATETC
* pformatetc) =>
615
HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.
FORMATETC
* pformatectIn, Com.
FORMATETC
* pformatetcOut) =>
618
HRESULT Com.IDataObject.Interface.SetData(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease) =>
System\Windows\Ole\WpfOleServices.cs (2)
27
public static HRESULT GetDataHere(string format, object data,
FORMATETC
* pformatetc, STGMEDIUM* pmedium)
95
FORMATETC
formatEtc = new()
System.Private.Windows.Core (157)
_generated\123\Windows.Win32.IAdviseSink.g.cs (8)
57
/// <inheritdoc cref="OnDataChange(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
59
internal unsafe void OnDataChange(in winmdroot.System.Com.
FORMATETC
pFormatetc, in winmdroot.System.Com.STGMEDIUM pStgmed)
63
fixed (winmdroot.System.Com.
FORMATETC
* pFormatetcLocal = &pFormatetc)
73
private static void OnDataChange(IAdviseSink* pThis, winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed)
95
public unsafe void OnDataChange(winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed)
97
((delegate *unmanaged [Stdcall]<IAdviseSink*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,void>)lpVtbl[3])((IAdviseSink*)Unsafe.AsPointer(ref this), pFormatetc, pStgmed);
238
internal delegate *unmanaged [Stdcall]<IAdviseSink*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,void> OnDataChange_4;
277
unsafe void OnDataChange(winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed);
_generated\127\Windows.Win32.IDataObject.g.cs (56)
57
/// <inheritdoc cref="GetData(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
59
internal unsafe winmdroot.Foundation.HRESULT GetData(in winmdroot.System.Com.
FORMATETC
pformatetcIn, out winmdroot.System.Com.STGMEDIUM pmedium)
63
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcInLocal = &pformatetcIn)
74
private static winmdroot.Foundation.HRESULT GetData(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatetcIn, winmdroot.System.Com.STGMEDIUM* pmedium)
102
public unsafe winmdroot.Foundation.HRESULT GetData(winmdroot.System.Com.
FORMATETC
* pformatetcIn, winmdroot.System.Com.STGMEDIUM* pmedium)
104
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDataObject*)Unsafe.AsPointer(ref this), pformatetcIn, pmedium);
107
/// <inheritdoc cref="GetDataHere(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
109
internal unsafe winmdroot.Foundation.HRESULT GetDataHere(in winmdroot.System.Com.
FORMATETC
pformatetc, ref winmdroot.System.Com.STGMEDIUM pmedium)
113
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
124
private static winmdroot.Foundation.HRESULT GetDataHere(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium)
152
public unsafe winmdroot.Foundation.HRESULT GetDataHere(winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium)
154
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDataObject*)Unsafe.AsPointer(ref this), pformatetc, pmedium);
157
/// <inheritdoc cref="QueryGetData(winmdroot.System.Com.
FORMATETC
*)"/>
159
internal unsafe winmdroot.Foundation.HRESULT QueryGetData(in winmdroot.System.Com.
FORMATETC
pformatetc)
161
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
171
private static winmdroot.Foundation.HRESULT QueryGetData(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatetc)
195
public unsafe winmdroot.Foundation.HRESULT QueryGetData(winmdroot.System.Com.
FORMATETC
* pformatetc)
197
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDataObject*)Unsafe.AsPointer(ref this), pformatetc);
200
/// <inheritdoc cref="GetCanonicalFormatEtc(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.
FORMATETC
*)"/>
202
internal unsafe winmdroot.Foundation.HRESULT GetCanonicalFormatEtc(in winmdroot.System.Com.
FORMATETC
pformatectIn, out winmdroot.System.Com.
FORMATETC
pformatetcOut)
204
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcOutLocal = &pformatetcOut)
206
fixed (winmdroot.System.Com.
FORMATETC
* pformatectInLocal = &pformatectIn)
217
private static winmdroot.Foundation.HRESULT GetCanonicalFormatEtc(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatectIn, winmdroot.System.Com.
FORMATETC
* pformatetcOut)
245
public unsafe winmdroot.Foundation.HRESULT GetCanonicalFormatEtc(winmdroot.System.Com.
FORMATETC
* pformatectIn, winmdroot.System.Com.
FORMATETC
* pformatetcOut)
247
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.
FORMATETC
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDataObject*)Unsafe.AsPointer(ref this), pformatectIn, pformatetcOut);
250
/// <inheritdoc cref="SetData(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/>
252
internal unsafe winmdroot.Foundation.HRESULT SetData(in winmdroot.System.Com.
FORMATETC
pformatetc, in winmdroot.System.Com.STGMEDIUM pmedium, winmdroot.Foundation.BOOL fRelease)
256
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
267
private static winmdroot.Foundation.HRESULT SetData(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease)
296
public unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease)
298
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDataObject*)Unsafe.AsPointer(ref this), pformatetc, pmedium, fRelease);
341
/// <inheritdoc cref="DAdvise(winmdroot.System.Com.
FORMATETC
*, uint, winmdroot.System.Com.IAdviseSink*, uint*)"/>
343
internal unsafe winmdroot.Foundation.HRESULT DAdvise(in winmdroot.System.Com.
FORMATETC
pformatetc, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink, out uint pdwConnection)
347
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
358
private static winmdroot.Foundation.HRESULT DAdvise(IDataObject* pThis, winmdroot.System.Com.
FORMATETC
* pformatetc, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink, uint* pdwConnection)
394
public unsafe winmdroot.Foundation.HRESULT DAdvise(winmdroot.System.Com.
FORMATETC
* pformatetc, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink, uint* pdwConnection)
396
return ((delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,uint ,winmdroot.System.Com.IAdviseSink* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IDataObject*)Unsafe.AsPointer(ref this), pformatetc, advf, pAdvSink, pdwConnection);
498
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT> GetData_4;
500
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT> GetDataHere_5;
502
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.Foundation.HRESULT> QueryGetData_6;
504
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.
FORMATETC
* ,winmdroot.Foundation.HRESULT> GetCanonicalFormatEtc_7;
506
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetData_8;
510
internal delegate *unmanaged [Stdcall]<IDataObject*,winmdroot.System.Com.
FORMATETC
* ,uint ,winmdroot.System.Com.IAdviseSink* ,uint* ,winmdroot.Foundation.HRESULT> DAdvise_10;
549
unsafe winmdroot.Foundation.HRESULT GetData(winmdroot.System.Com.
FORMATETC
* pformatetcIn, winmdroot.System.Com.STGMEDIUM* pmedium);
552
unsafe winmdroot.Foundation.HRESULT GetDataHere(winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium);
555
unsafe winmdroot.Foundation.HRESULT QueryGetData(winmdroot.System.Com.
FORMATETC
* pformatetc);
558
unsafe winmdroot.Foundation.HRESULT GetCanonicalFormatEtc(winmdroot.System.Com.
FORMATETC
* pformatectIn, winmdroot.System.Com.
FORMATETC
* pformatetcOut);
561
unsafe winmdroot.Foundation.HRESULT SetData(winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pmedium, winmdroot.Foundation.BOOL fRelease);
567
unsafe winmdroot.Foundation.HRESULT DAdvise(winmdroot.System.Com.
FORMATETC
* pformatetc, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink, uint* pdwConnection);
_generated\139\Windows.Win32.IEnumFORMATETC.g.cs (11)
57
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
FORMATETC
*, uint*)"/>
58
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
FORMATETC
> rgelt, out uint pceltFetched)
62
fixed (winmdroot.System.Com.
FORMATETC
* rgeltLocal = rgelt)
70
/// <inheritdoc cref="Next(uint, winmdroot.System.Com.
FORMATETC
*, uint*)"/>
71
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Com.
FORMATETC
> rgelt)
73
fixed (winmdroot.System.Com.
FORMATETC
* rgeltLocal = rgelt)
83
private static winmdroot.Foundation.HRESULT Next(IEnumFORMATETC* pThis, uint celt, winmdroot.System.Com.
FORMATETC
* rgelt, [Optional] uint* pceltFetched)
111
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
FORMATETC
* rgelt, [Optional] uint* pceltFetched)
113
return ((delegate *unmanaged [Stdcall]<IEnumFORMATETC*,uint ,winmdroot.System.Com.
FORMATETC
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumFORMATETC*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
238
internal delegate *unmanaged [Stdcall]<IEnumFORMATETC*,uint ,winmdroot.System.Com.
FORMATETC
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
274
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Com.
FORMATETC
* rgelt, [Optional] uint* pceltFetched);
_generated\221\Windows.Win32.STATDATA.g.cs (1)
30
internal winmdroot.System.Com.
FORMATETC
formatetc;
_generated\229\Windows.Win32.System_Com_IAdviseSink_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Com.IAdviseSink.Interface.OnDataChange(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
24
internal static unsafe void OnDataChange(this winmdroot.System.Com.IAdviseSink.Interface @this, in winmdroot.System.Com.
FORMATETC
pFormatetc, in winmdroot.System.Com.STGMEDIUM pStgmed)
28
fixed (winmdroot.System.Com.
FORMATETC
* pFormatetcLocal = &pFormatetc)
_generated\231\Windows.Win32.System_Com_IDataObject_Extensions.g.cs (21)
23
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetData(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetData(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatetcIn, out winmdroot.System.Com.STGMEDIUM pmedium)
28
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcInLocal = &pformatetcIn)
36
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetDataHere(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT GetDataHere(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatetc, ref winmdroot.System.Com.STGMEDIUM pmedium)
41
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
49
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.QueryGetData(winmdroot.System.Com.
FORMATETC
*)"/>
50
internal static unsafe winmdroot.Foundation.HRESULT QueryGetData(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatetc)
52
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
59
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.GetCanonicalFormatEtc(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.
FORMATETC
*)"/>
60
internal static unsafe winmdroot.Foundation.HRESULT GetCanonicalFormatEtc(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatectIn, out winmdroot.System.Com.
FORMATETC
pformatetcOut)
62
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcOutLocal = &pformatetcOut)
64
fixed (winmdroot.System.Com.
FORMATETC
* pformatectInLocal = &pformatectIn)
72
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.SetData(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/>
73
internal static unsafe winmdroot.Foundation.HRESULT SetData(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatetc, in winmdroot.System.Com.STGMEDIUM pmedium, winmdroot.Foundation.BOOL fRelease)
77
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
85
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.DAdvise(winmdroot.System.Com.
FORMATETC
*, uint, winmdroot.System.Com.IAdviseSink*, uint*)"/>
86
internal static unsafe winmdroot.Foundation.HRESULT DAdvise(this winmdroot.System.Com.IDataObject.Interface @this, in winmdroot.System.Com.
FORMATETC
pformatetc, uint advf, winmdroot.System.Com.IAdviseSink* pAdvSink, out uint pdwConnection)
90
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
_generated\232\Windows.Win32.System_Com_IEnumFORMATETC_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.Next(uint, winmdroot.System.Com.
FORMATETC
*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumFORMATETC.Interface @this, Span<winmdroot.System.Com.
FORMATETC
> rgelt, out uint pceltFetched)
29
fixed (winmdroot.System.Com.
FORMATETC
* rgeltLocal = rgelt)
37
/// <inheritdoc cref="winmdroot.System.Com.IEnumFORMATETC.Interface.Next(uint, winmdroot.System.Com.
FORMATETC
*, uint*)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumFORMATETC.Interface @this, Span<winmdroot.System.Com.
FORMATETC
> rgelt)
40
fixed (winmdroot.System.Com.
FORMATETC
* rgeltLocal = rgelt)
System\Private\Windows\Ole\Composition.cs (7)
215
public HRESULT DAdvise(
FORMATETC
* pformatetc, uint advf, IAdviseSink* pAdvSink, uint* pdwConnection) => _nativeDataObject.DAdvise(pformatetc, advf, pAdvSink, pdwConnection);
219
public HRESULT GetCanonicalFormatEtc(
FORMATETC
* pformatectIn,
FORMATETC
* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
220
public HRESULT GetData(
FORMATETC
* pformatetcIn, STGMEDIUM* pmedium) => _nativeDataObject.GetData(pformatetcIn, pmedium);
221
public HRESULT GetDataHere(
FORMATETC
* pformatetc, STGMEDIUM* pmedium) => _nativeDataObject.GetDataHere(pformatetc, pmedium);
222
public HRESULT QueryGetData(
FORMATETC
* pformatetc) => _nativeDataObject.QueryGetData(pformatetc);
223
public HRESULT SetData(
FORMATETC
* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _nativeDataObject.SetData(pformatetc, pmedium, fRelease);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (7)
41
public HRESULT GetData(
FORMATETC
* pformatetcIn, STGMEDIUM* pmedium)
100
public HRESULT GetDataHere(
FORMATETC
* pformatetc, STGMEDIUM* pmedium)
162
public HRESULT QueryGetData(
FORMATETC
* pformatetc)
192
public HRESULT GetCanonicalFormatEtc(
FORMATETC
* pformatectIn,
FORMATETC
* pformatetcOut)
203
public HRESULT SetData(
FORMATETC
* pformatetc, STGMEDIUM* pmedium, BOOL fRelease)
253
public HRESULT DAdvise(
FORMATETC
* pformatetc, uint advf, IAdviseSink* pAdvSink, uint* pdwConnection)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (11)
45
public HRESULT DAdvise(Com.
FORMATETC
* pformatetc, uint advf, Com.IAdviseSink* pAdvSink, uint* pdwConnection)
69
public HRESULT GetData(Com.
FORMATETC
* pformatetcIn, Com.STGMEDIUM* pmedium)
75
public HRESULT GetDataHere(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium)
81
public HRESULT QueryGetData(Com.
FORMATETC
* pformatetc)
87
public HRESULT GetCanonicalFormatEtc(Com.
FORMATETC
* pformatectIn, Com.
FORMATETC
* pformatetcOut)
93
public HRESULT SetData(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
404
Com.
FORMATETC
formatetc = new()
469
Com.
FORMATETC
formatEtc = new()
690
Com.
FORMATETC
formatEtc = default;
764
Com.
FORMATETC
formatEtc = new()
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (12)
30
fixed (Com.
FORMATETC
* nativeFormat = &Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref pFormatetc))
68
HRESULT result = nativeDataObject.Value->GetCanonicalFormatEtc(Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref formatIn), out Com.
FORMATETC
nativeFormat);
69
formatOut = Unsafe.As<Com.
FORMATETC
, FORMATETC>(ref nativeFormat);
75
Com.
FORMATETC
nativeFormat = Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref format);
85
Com.
FORMATETC
nativeFormat = Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref format);
96
return nativeDataObject.Value->QueryGetData(Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref format));
102
Com.
FORMATETC
nativeFormat = Unsafe.As<FORMATETC, Com.
FORMATETC
>(ref formatIn);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (7)
38
HRESULT Com.IDataObject.Interface.DAdvise(Com.
FORMATETC
* pformatetc, uint advf, Com.IAdviseSink* pAdvSink, uint* pdwConnection)
89
HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.
FORMATETC
* pformatectIn, Com.
FORMATETC
* pformatetcOut) =>
92
HRESULT Com.IDataObject.Interface.GetData(Com.
FORMATETC
* pformatetcIn, Com.STGMEDIUM* pmedium)
111
HRESULT Com.IDataObject.Interface.GetDataHere(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium)
132
HRESULT Com.IDataObject.Interface.QueryGetData(Com.
FORMATETC
* pformatetc) => (HRESULT)QueryGetData(ref *(FORMATETC*)pformatetc);
134
HRESULT Com.IDataObject.Interface.SetData(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease)
System\Private\Windows\Ole\DragDropHelper.cs (3)
162
public static bool IsInDragLoopFormat(
FORMATETC
format)
198
FORMATETC
formatEtc = new()
356
FORMATETC
formatEtc = new()
System\Private\Windows\Ole\FormatEnumerator.cs (2)
106
HRESULT IEnumFORMATETC.Interface.Next(uint celt,
FORMATETC
* rgelt, uint* pceltFetched)
121
rgelt[i] = Unsafe.As<ComTypes.FORMATETC,
FORMATETC
>(ref elt[i]);
System\Private\Windows\Ole\IOleServices.cs (2)
32
/// <inheritdoc cref="IDataObject.GetDataHere(
FORMATETC
*, STGMEDIUM*)"/>
36
HRESULT GetDataHere(string format, object data,
FORMATETC
* pformatetc, STGMEDIUM* pmedium);
System.Windows.Forms (9)
System\Windows\Forms\OLE\DataObject.cs (7)
321
HRESULT Com.IDataObject.Interface.DAdvise(Com.
FORMATETC
* pformatetc, uint advf, Com.IAdviseSink* pAdvSink, uint* pdwConnection) =>
333
HRESULT Com.IDataObject.Interface.GetData(Com.
FORMATETC
* pformatetcIn, Com.STGMEDIUM* pmedium) =>
336
HRESULT Com.IDataObject.Interface.GetDataHere(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium) =>
339
HRESULT Com.IDataObject.Interface.QueryGetData(Com.
FORMATETC
* pformatetc) =>
342
HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.
FORMATETC
* pformatectIn, Com.
FORMATETC
* pformatetcOut) =>
345
HRESULT Com.IDataObject.Interface.SetData(Com.
FORMATETC
* pformatetc, Com.STGMEDIUM* pmedium, BOOL fRelease) =>
System\Windows\Forms\OLE\WinFormsOleServices.cs (2)
36
static unsafe HRESULT IOleServices.GetDataHere(string format, object data,
FORMATETC
* pformatetc, STGMEDIUM* pmedium)
80
FORMATETC
formatEtc = new()
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
102
FORMATETC
textFormat = new()
110
FORMATETC
unicodeFormat = new()
System.Windows.Forms.Primitives (22)
_generated\108\Windows.Win32.IAdviseSinkEx.g.cs (8)
57
/// <inheritdoc cref="OnDataChange(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
59
internal unsafe void OnDataChange(in winmdroot.System.Com.
FORMATETC
pFormatetc, in winmdroot.System.Com.STGMEDIUM pStgmed)
63
fixed (winmdroot.System.Com.
FORMATETC
* pFormatetcLocal = &pFormatetc)
73
private static void OnDataChange(IAdviseSinkEx* pThis, winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed)
88
public unsafe void OnDataChange(winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed)
90
((delegate *unmanaged [Stdcall]<IAdviseSinkEx*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,void>)lpVtbl[3])((IAdviseSinkEx*)Unsafe.AsPointer(ref this), pFormatetc, pStgmed);
241
internal delegate *unmanaged [Stdcall]<IAdviseSinkEx*,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,void> OnDataChange_4;
283
unsafe new void OnDataChange(winmdroot.System.Com.
FORMATETC
* pFormatetc, winmdroot.System.Com.STGMEDIUM* pStgmed);
_generated\113\Windows.Win32.IBindStatusCallback.g.cs (8)
249
/// <inheritdoc cref="OnDataAvailable(uint, uint, winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
251
internal unsafe void OnDataAvailable(uint grfBSCF, uint dwSize, in winmdroot.System.Com.
FORMATETC
pformatetc, in winmdroot.System.Com.STGMEDIUM pstgmed)
255
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
265
private static winmdroot.Foundation.HRESULT OnDataAvailable(IBindStatusCallback* pThis, uint grfBSCF, uint dwSize, winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pstgmed)
282
public unsafe void OnDataAvailable(uint grfBSCF, uint dwSize, winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pstgmed)
284
((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IBindStatusCallback*)Unsafe.AsPointer(ref this), grfBSCF, dwSize, pformatetc, pstgmed).ThrowOnFailure();
363
internal delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,winmdroot.System.Com.
FORMATETC
* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT> OnDataAvailable_10;
416
unsafe winmdroot.Foundation.HRESULT OnDataAvailable(uint grfBSCF, uint dwSize, winmdroot.System.Com.
FORMATETC
* pformatetc, winmdroot.System.Com.STGMEDIUM* pstgmed);
_generated\475\Windows.Win32.System_Com_IBindStatusCallback_Extensions.g.cs (3)
66
/// <inheritdoc cref="winmdroot.System.Com.IBindStatusCallback.Interface.OnDataAvailable(uint, uint, winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
67
internal static unsafe winmdroot.Foundation.HRESULT OnDataAvailable(this winmdroot.System.Com.IBindStatusCallback.Interface @this, uint grfBSCF, uint dwSize, in winmdroot.System.Com.
FORMATETC
pformatetc, in winmdroot.System.Com.STGMEDIUM pstgmed)
71
fixed (winmdroot.System.Com.
FORMATETC
* pformatetcLocal = &pformatetc)
_generated\488\Windows.Win32.System_Ole_IAdviseSinkEx_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.System.Ole.IAdviseSinkEx.Interface.OnDataChange(winmdroot.System.Com.
FORMATETC
*, winmdroot.System.Com.STGMEDIUM*)"/>
24
internal static unsafe void OnDataChange(this winmdroot.System.Ole.IAdviseSinkEx.Interface @this, in winmdroot.System.Com.
FORMATETC
pFormatetc, in winmdroot.System.Com.STGMEDIUM pStgmed)
28
fixed (winmdroot.System.Com.
FORMATETC
* pFormatetcLocal = &pFormatetc)