386 references to IDispatch
System.Private.Windows.Core (38)
_generated\129\Windows.Win32.IDispatch.g.cs (21)
42
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDispatch
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,uint>)lpVtbl[1])((
IDispatch
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,uint>)lpVtbl[2])((
IDispatch
*)Unsafe.AsPointer(ref this));
75
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDispatch
*)Unsafe.AsPointer(ref this), pctinfo);
91
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDispatch
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo);
127
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IDispatch
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId);
194
return ((delegate *unmanaged [Stdcall]<
IDispatch
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IDispatch
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
220
internal delegate *unmanaged [Stdcall]<
IDispatch
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
222
internal delegate *unmanaged [Stdcall]<
IDispatch
*,uint> AddRef_2;
224
internal delegate *unmanaged [Stdcall]<
IDispatch
*,uint> Release_3;
226
internal delegate *unmanaged [Stdcall]<
IDispatch
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
228
internal delegate *unmanaged [Stdcall]<
IDispatch
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
230
internal delegate *unmanaged [Stdcall]<
IDispatch
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
232
internal delegate *unmanaged [Stdcall]<
IDispatch
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\205\Windows.Win32.PROPVARIANT.g.cs (2)
140
internal unsafe winmdroot.System.Com.
IDispatch
* pdispVal;
272
internal unsafe winmdroot.System.Com.
IDispatch
** ppdispVal;
_generated\272\Windows.Win32.VARIANT.g.cs (2)
98
internal unsafe winmdroot.System.Com.
IDispatch
* pdispVal;
143
internal unsafe winmdroot.System.Com.
IDispatch
** ppdispVal;
Windows\Win32\Foundation\HRESULT.cs (1)
89
/// aren't actually <see cref="IUnknown"/> or <see cref="
IDispatch
"/> object pointers.
Windows\Win32\System\Com\IDispatch.cs (1)
28
fixed (
IDispatch
* dispatch = &this)
Windows\Win32\System\Com\IDispatch.Interface.cs (11)
9
internal unsafe partial struct IDispatch : IVTable<
IDispatch
,
IDispatch
.Vtbl>
11
static void IVTable<
IDispatch
, Vtbl>.PopulateVTable(Vtbl* vtable)
20
private static HRESULT GetTypeInfoCount(
IDispatch
* @this, uint* pctinfo)
21
=> UnwrapAndInvoke<
IDispatch
, Interface>(@this, o => o.GetTypeInfoCount(pctinfo));
24
private static HRESULT GetTypeInfo(
IDispatch
* @this, uint iTInfo, uint lcid, ITypeInfo** ppTInfo)
25
=> UnwrapAndInvoke<
IDispatch
, Interface>(@this, o => o.GetTypeInfo(iTInfo, lcid, ppTInfo));
28
private static HRESULT GetIDsOfNames(
IDispatch
* @this, Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId)
29
=> UnwrapAndInvoke<
IDispatch
, Interface>(@this, o => o.GetIDsOfNames(riid, rgszNames, cNames, lcid, rgDispId));
33
IDispatch
* @this,
42
=> UnwrapAndInvoke<
IDispatch
, Interface>(
System.Windows.Forms (77)
System\Windows\Forms\Accessibility\AccessibleObject.cs (22)
52
IDispatch
.Interface,
55
IDispatch
,
295
private
IDispatch
* GetSystemAccessibleParent()
300
IDispatch
* dispatch;
1615
IDispatch
* dispatch = ComHelpers.TryGetComPointer<
IDispatch
>(childId);
1834
ComScope<
IDispatch
> child = new(null);
1839
HRESULT UIA.IAccessible.Interface.get_accChild(VARIANT varChild,
IDispatch
** ppdispChild)
2241
ComScope<
IDispatch
> dispatch = new(null);
2247
HRESULT UIA.IAccessible.Interface.get_accParent(
IDispatch
** ppdispParent)
2679
private static
IDispatch
* GetIDispatch(AccessibleObject? obj)
2685
return accessible.GetInterface<
IDispatch
>().Value;
2688
return ComHelpers.TryGetComPointer<
IDispatch
>(obj);
2860
private AccessibleObject? TryGetAccessibleObject(
IDispatch
* dispatch)
3309
HRESULT
IDispatch
.Interface.GetTypeInfoCount(uint* pctinfo)
3310
=> ((
IDispatch
.Interface)_dispatchAdapter).GetTypeInfoCount(pctinfo);
3312
HRESULT
IDispatch
.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo)
3313
=> ((
IDispatch
.Interface)_dispatchAdapter).GetTypeInfo(iTInfo, lcid, ppTInfo);
3315
HRESULT
IDispatch
.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId)
3316
=> ((
IDispatch
.Interface)_dispatchAdapter).GetIDsOfNames(riid, rgszNames, cNames, lcid, rgDispId);
3318
HRESULT
IDispatch
.Interface.Invoke(
3327
=> ((
IDispatch
.Interface)_dispatchAdapter).Invoke(dispIdMember, riid, lcid, dwFlags, pDispParams, pVarResult, pExcepInfo, pArgErr);
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
20
IManagedWrapper<IOleContainer, IOleInPlaceFrame, IOleInPlaceUIWindow, IOleWindow,
IDispatch
, IDispatchEx>
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (2)
15
/// Provides an <see cref="
IDispatch
"/> and <see cref="IDispatchEx"/> view of <see cref="Control"/>
24
IManagedWrapper<
IDispatch
, IDispatchEx, IExtender, IVBGetControl, IGetVBAObject, IGetOleObject>
System\Windows\Forms\ActiveX\AxHost.cs (2)
3759
using ComScope<
IDispatch
> dispatch = new((
IDispatch
*)Marshal.GetIDispatchForObject(oleFont));
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
29
IManagedWrapper<
IDispatch
, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite, ISimpleFrameSite, IVBGetControl, IGetVBAObject, IPropertyNotifySink>
146
HRESULT IOleControlSite.Interface.GetExtendedControl(
IDispatch
** ppDisp)
159
*ppDisp = ComHelpers.GetComPointer<
IDispatch
>(proxy);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
592
using var dispatch = _clientSite.TryGetInterface<
IDispatch
>(out HRESULT hr);
System\Windows\Forms\ComponentModel\COM2Interop\Com2AboutBoxPropertyDescriptor.AboutBoxUITypeEditor.cs (1)
19
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(context.Instance, out HRESULT hr);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs (1)
46
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(value, out HRESULT hr);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
97
if (typeof(
IDispatch
.Interface).IsAssignableFrom(sender.PropertyType) && sender.CanShow)
171
if (sender.CanShow && typeof(
IDispatch
.Interface).IsAssignableFrom(sender.PropertyType))
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (7)
140
if (CanShow && (propertyType == typeof(object) || (_valueConverter is null && propertyType == typeof(
IDispatch
.Interface))))
212
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(TargetObject, out HRESULT hr);
281
public sealed override Type ComponentType => typeof(
IDispatch
.Interface);
511
localConverter ??= typeof(
IDispatch
).IsAssignableFrom(PropertyType)
613
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(component, out HRESULT hr);
832
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(owner, out HRESULT hr);
876
if (iSupportErrorInfo.Value->InterfaceSupportsErrorInfo(IID.Get<
IDispatch
>()).Succeeded)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (6)
80
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(comObject, out HRESULT hr);
142
public static int GetNameDispId(
IDispatch
* dispatch)
192
if (!ComHelpers.SupportsInterface<
IDispatch
>(comObject))
255
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(comObject);
399
IDispatch
* dispatch,
891
VT_DISPATCH => typeof(
IDispatch
),
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
33
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(_instance, out HRESULT hr);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (5)
59
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(component, out HRESULT hr);
106
internal static string GetName(
IDispatch
* dispatch)
122
internal static HRESULT GetPropertyValue(
IDispatch
* dispatch, string propertyName, out object? value)
143
internal static HRESULT GetPropertyValue(
IDispatch
* dispatch, int dispid, out object? value)
172
using var dispatch = ComHelpers.TryGetComScope<
IDispatch
>(@object, out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (2)
480
using ComScope<
IDispatch
> dispatch = new(null);
505
using ComScope<
IDispatch
> scriptDispatch = new(null);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (2)
57
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
90
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (4)
64
using ComScope<
IDispatch
> dispatch = new(null);
78
using ComScope<
IDispatch
> dispatch = new(null);
121
using ComScope<
IDispatch
> dispatch = new(null);
575
using var scriptDispatch = htmlElement.TryQuery<
IDispatch
>(out HRESULT hr);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
82
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
114
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (2)
57
using ComScope<
IDispatch
> dispatch = new(null);
77
using ComScope<
IDispatch
> dispatch = new(null);
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (4)
17
internal class HtmlToClrEventProxy : UnknownDispatch, IManagedWrapper<
IDispatch
, IDispatchEx>
125
properties =
IDispatch
.GetMethodFlags();
128
properties =
IDispatch
.GetPropertyFlags(canRead: true, canWrite: false);
131
properties =
IDispatch
.GetMethodFlags();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
148
using ComScope<
IDispatch
> dispatch = new(variantDispatch.data.pdispVal);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
49
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
80
using var dispatch = ComHelpers.GetComScope<
IDispatch
>(proxy);
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (2)
42
using ComScope<
IDispatch
> dispatch = new(variantDispatch.data.pdispVal);
61
using ComScope<
IDispatch
> dispatch = new(variantDispatch.data.pdispVal);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
220
using ComScope<
IDispatch
> dispatch = new(null);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
71
HRESULT IOleControlSite.Interface.GetExtendedControl(
IDispatch
** ppDisp)
System.Windows.Forms.Primitives (271)
_generated\106\Windows.Win32.IAccessible.g.cs (10)
147
private static winmdroot.Foundation.HRESULT get_accParent(IAccessible* pThis, winmdroot.System.Com.
IDispatch
** ppdispParent)
176
public unsafe winmdroot.Foundation.HRESULT get_accParent(winmdroot.System.Com.
IDispatch
** ppdispParent)
178
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IAccessible*)Unsafe.AsPointer(ref this), ppdispParent);
232
private static winmdroot.Foundation.HRESULT get_accChild(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.
IDispatch
** ppdispChild)
269
public unsafe winmdroot.Foundation.HRESULT get_accChild(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.
IDispatch
** ppdispChild)
271
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IAccessible*)Unsafe.AsPointer(ref this), varChild, ppdispChild);
1274
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_accParent_8;
1278
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_accChild_10;
1361
unsafe winmdroot.Foundation.HRESULT get_accParent(winmdroot.System.Com.
IDispatch
** ppdispParent);
1367
unsafe winmdroot.Foundation.HRESULT get_accChild(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.
IDispatch
** ppdispChild);
_generated\143\Windows.Win32.IHTMLDocument.g.cs (5)
139
private static winmdroot.Foundation.HRESULT get_Script(IHTMLDocument* pThis, winmdroot.System.Com.
IDispatch
** p)
156
public unsafe winmdroot.Foundation.HRESULT get_Script(winmdroot.System.Com.
IDispatch
** p)
158
return ((delegate *unmanaged [Stdcall]<IHTMLDocument*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDocument*)Unsafe.AsPointer(ref this), p);
198
internal delegate *unmanaged [Stdcall]<IHTMLDocument*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Script_8;
224
unsafe winmdroot.Foundation.HRESULT get_Script(winmdroot.System.Com.
IDispatch
** p);
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (10)
139
private static winmdroot.Foundation.HRESULT get_Script(IHTMLDocument2* pThis, winmdroot.System.Com.
IDispatch
** p)
156
public unsafe winmdroot.Foundation.HRESULT get_Script(winmdroot.System.Com.
IDispatch
** p)
158
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1730
private static winmdroot.Foundation.HRESULT open(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.
IDispatch
** pomWindowResult)
1747
public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.
IDispatch
** pomWindowResult)
1749
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLDocument2*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult);
3288
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Script_8;
3396
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> open_62;
3638
unsafe new winmdroot.Foundation.HRESULT get_Script(winmdroot.System.Com.
IDispatch
** p);
3834
unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.
IDispatch
** pomWindowResult);
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (18)
275
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
277
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
289
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
306
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
308
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
314
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
331
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
333
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDocument3*)Unsafe.AsPointer(ref this), @event, pDisp);
1074
private static winmdroot.Foundation.HRESULT get_childNodes(IHTMLDocument3* pThis, winmdroot.System.Com.
IDispatch
** p)
1092
internal unsafe winmdroot.System.Com.
IDispatch
* childNodes
1096
winmdroot.System.Com.
IDispatch
* __result;
1097
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1338
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_13;
1340
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT> detachEvent_14;
1394
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_childNodes_41;
1493
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
1496
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp);
1578
unsafe winmdroot.System.Com.
IDispatch
* childNodes
_generated\146\Windows.Win32.IHTMLDocument4.g.cs (6)
256
private static winmdroot.Foundation.HRESULT get_namespaces(IHTMLDocument4* pThis, winmdroot.System.Com.
IDispatch
** p)
274
internal unsafe winmdroot.System.Com.
IDispatch
* namespaces
278
winmdroot.System.Com.
IDispatch
* __result;
279
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
603
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_namespaces_12;
671
unsafe winmdroot.System.Com.
IDispatch
* namespaces
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (12)
228
private static winmdroot.Foundation.HRESULT get_childNodes(IHTMLDOMNode* pThis, winmdroot.System.Com.
IDispatch
** p)
246
internal unsafe winmdroot.System.Com.
IDispatch
* childNodes
250
winmdroot.System.Com.
IDispatch
* __result;
251
((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
259
private static winmdroot.Foundation.HRESULT get_attributes(IHTMLDOMNode* pThis, winmdroot.System.Com.
IDispatch
** p)
277
internal unsafe winmdroot.System.Com.
IDispatch
* attributes
281
winmdroot.System.Com.
IDispatch
* __result;
282
((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
743
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_childNodes_11;
745
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_attributes_12;
832
unsafe winmdroot.System.Com.
IDispatch
* childNodes
837
unsafe winmdroot.System.Com.
IDispatch
* attributes
_generated\148\Windows.Win32.IHTMLElement.g.cs (15)
1046
private static winmdroot.Foundation.HRESULT get_document(IHTMLElement* pThis, winmdroot.System.Com.
IDispatch
** p)
1063
public unsafe winmdroot.Foundation.HRESULT get_document(winmdroot.System.Com.
IDispatch
** p)
1065
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
2577
private static winmdroot.Foundation.HRESULT get_children(IHTMLElement* pThis, winmdroot.System.Com.
IDispatch
** p)
2594
public unsafe winmdroot.Foundation.HRESULT get_children(winmdroot.System.Com.
IDispatch
** p)
2596
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
2602
private static winmdroot.Foundation.HRESULT get_all(IHTMLElement* pThis, winmdroot.System.Com.
IDispatch
** p)
2619
public unsafe winmdroot.Foundation.HRESULT get_all(winmdroot.System.Com.
IDispatch
** p)
2621
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
2725
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_document_40;
2831
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_children_93;
2833
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_all_94;
3041
unsafe winmdroot.Foundation.HRESULT get_document(winmdroot.System.Com.
IDispatch
** p);
3210
unsafe winmdroot.Foundation.HRESULT get_children(winmdroot.System.Com.
IDispatch
** p);
3213
unsafe winmdroot.Foundation.HRESULT get_all(winmdroot.System.Com.
IDispatch
** p);
_generated\149\Windows.Win32.IHTMLElement2.g.cs (25)
1802
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
1804
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
1816
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLElement2* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1833
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1835
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLElement2*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
1841
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLElement2* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
1858
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
1860
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLElement2*)Unsafe.AsPointer(ref this), @event, pDisp);
2177
private static winmdroot.Foundation.HRESULT createControlRange(IHTMLElement2* pThis, winmdroot.System.Com.
IDispatch
** range)
2194
public unsafe winmdroot.System.Com.
IDispatch
* createControlRange()
2196
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
2197
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
2742
private static winmdroot.Foundation.HRESULT get_behaviorUrns(IHTMLElement2* pThis, winmdroot.System.Com.
IDispatch
** p)
2760
internal unsafe winmdroot.System.Com.
IDispatch
* behaviorUrns
2764
winmdroot.System.Com.
IDispatch
* __result;
2765
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3093
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_67;
3095
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT> detachEvent_68;
3119
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> createControlRange_80;
3157
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_behaviorUrns_99;
3473
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
3476
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp);
3514
unsafe winmdroot.Foundation.HRESULT createControlRange(winmdroot.System.Com.
IDispatch
** range);
3572
unsafe winmdroot.System.Com.
IDispatch
* behaviorUrns
_generated\151\Windows.Win32.IHTMLElementCollection.g.cs (12)
262
private static winmdroot.Foundation.HRESULT item(IHTMLElementCollection* pThis, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.
IDispatch
** pdisp)
279
public unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.
IDispatch
** pdisp)
281
return ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), name, index, pdisp);
287
private static winmdroot.Foundation.HRESULT tags(IHTMLElementCollection* pThis, winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.
IDispatch
** pdisp)
304
public unsafe winmdroot.System.Com.
IDispatch
* tags(winmdroot.System.Variant.VARIANT tagName)
306
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
307
((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure();
356
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> item_12;
358
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> tags_13;
405
unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.
IDispatch
** pdisp);
408
unsafe winmdroot.Foundation.HRESULT tags(winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.
IDispatch
** pdisp);
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (6)
865
private static winmdroot.Foundation.HRESULT get_srcFilter(IHTMLEventObj* pThis, winmdroot.System.Com.
IDispatch
** p)
883
internal unsafe winmdroot.System.Com.
IDispatch
* srcFilter
887
winmdroot.System.Com.
IDispatch
* __result;
888
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
978
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_srcFilter_32;
1135
unsafe winmdroot.System.Com.
IDispatch
* srcFilter
_generated\154\Windows.Win32.IHTMLFormElement.g.cs (20)
363
private static winmdroot.Foundation.HRESULT get_elements(IHTMLFormElement* pThis, winmdroot.System.Com.
IDispatch
** p)
381
internal unsafe winmdroot.System.Com.
IDispatch
* elements
385
winmdroot.System.Com.
IDispatch
* __result;
386
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
755
private static winmdroot.Foundation.HRESULT item(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.
IDispatch
** pdisp)
772
public unsafe winmdroot.System.Com.
IDispatch
* item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index)
774
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
775
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLFormElement*)Unsafe.AsPointer(ref this), name, index, &__retVal).ThrowOnFailure();
782
private static winmdroot.Foundation.HRESULT tags(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.
IDispatch
** pdisp)
799
public unsafe winmdroot.System.Com.
IDispatch
* tags(winmdroot.System.Variant.VARIANT tagName)
801
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
802
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLFormElement*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure();
859
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_elements_16;
887
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> item_30;
889
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> tags_31;
961
unsafe winmdroot.System.Com.
IDispatch
* elements
1008
unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.
IDispatch
** pdisp);
1011
unsafe winmdroot.Foundation.HRESULT tags(winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.
IDispatch
** pdisp);
_generated\170\Windows.Win32.IHTMLSelectionObject.g.cs (7)
139
private static winmdroot.Foundation.HRESULT createRange(IHTMLSelectionObject* pThis, winmdroot.System.Com.
IDispatch
** range)
156
public unsafe winmdroot.System.Com.
IDispatch
* createRange()
158
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
159
((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
281
internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> createRange_8;
316
unsafe winmdroot.Foundation.HRESULT createRange(winmdroot.System.Com.
IDispatch
** range);
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (6)
2130
private static winmdroot.Foundation.HRESULT get_external(IHTMLWindow2* pThis, winmdroot.System.Com.
IDispatch
** p)
2148
internal unsafe winmdroot.System.Com.
IDispatch
* external
2152
winmdroot.System.Com.
IDispatch
* __result;
2153
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2333
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_external_77;
2656
unsafe winmdroot.System.Com.
IDispatch
* external
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (12)
208
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
210
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
222
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
239
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
241
return ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLWindow3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
247
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
264
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp)
266
return ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLWindow3*)Unsafe.AsPointer(ref this), @event, pDisp);
601
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_10;
603
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.
IDispatch
* ,winmdroot.Foundation.HRESULT> detachEvent_11;
665
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
668
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp);
_generated\178\Windows.Win32.IHTMLWindow4.g.cs (9)
138
internal unsafe winmdroot.System.Com.
IDispatch
* createPopup(in winmdroot.System.Variant.VARIANT varArgIn)
142
winmdroot.System.Com.
IDispatch
* __result = this.createPopup(varArgInLocal);
150
private static winmdroot.Foundation.HRESULT createPopup(IHTMLWindow4* pThis, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Com.
IDispatch
** ppPopup)
167
public unsafe winmdroot.System.Com.
IDispatch
* createPopup(winmdroot.System.Variant.VARIANT* varArgIn)
169
winmdroot.System.Com.
IDispatch
* __retVal = default(winmdroot.System.Com.
IDispatch
*);
170
((delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow4*)Unsafe.AsPointer(ref this), varArgIn, &__retVal).ThrowOnFailure();
236
internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> createPopup_8;
265
unsafe winmdroot.Foundation.HRESULT createPopup(winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Com.
IDispatch
** ppPopup);
_generated\203\Windows.Win32.IOleControlSite.g.cs (5)
122
private static winmdroot.Foundation.HRESULT GetExtendedControl(IOleControlSite* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
150
public unsafe winmdroot.Foundation.HRESULT GetExtendedControl(winmdroot.System.Com.
IDispatch
** ppDisp)
152
return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleControlSite*)Unsafe.AsPointer(ref this), ppDisp);
340
internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> GetExtendedControl_6;
387
unsafe winmdroot.Foundation.HRESULT GetExtendedControl(winmdroot.System.Com.
IDispatch
** ppDisp);
_generated\279\Windows.Win32.IWebBrowser.g.cs (23)
358
private static winmdroot.Foundation.HRESULT get_Application(IWebBrowser* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
376
internal unsafe winmdroot.System.Com.
IDispatch
* Application
380
winmdroot.System.Com.
IDispatch
* __result;
381
((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
389
private static winmdroot.Foundation.HRESULT get_Parent(IWebBrowser* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
407
internal unsafe winmdroot.System.Com.
IDispatch
* Parent
411
winmdroot.System.Com.
IDispatch
* __result;
412
((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
420
private static winmdroot.Foundation.HRESULT get_Container(IWebBrowser* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
438
internal unsafe winmdroot.System.Com.
IDispatch
* Container
442
winmdroot.System.Com.
IDispatch
* __result;
443
((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
451
private static winmdroot.Foundation.HRESULT get_Document(IWebBrowser* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
468
public unsafe winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp)
470
return ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IWebBrowser*)Unsafe.AsPointer(ref this), ppDisp);
920
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Application_16;
922
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Parent_17;
924
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Container_18;
926
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Document_19;
1025
unsafe winmdroot.System.Com.
IDispatch
* Application
1030
unsafe winmdroot.System.Com.
IDispatch
* Parent
1035
unsafe winmdroot.System.Com.
IDispatch
* Container
1041
unsafe winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp);
_generated\280\Windows.Win32.IWebBrowser2.g.cs (23)
371
private static winmdroot.Foundation.HRESULT get_Application(IWebBrowser2* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
389
internal unsafe winmdroot.System.Com.
IDispatch
* Application
393
winmdroot.System.Com.
IDispatch
* __result;
394
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
402
private static winmdroot.Foundation.HRESULT get_Parent(IWebBrowser2* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
420
internal unsafe winmdroot.System.Com.
IDispatch
* Parent
424
winmdroot.System.Com.
IDispatch
* __result;
425
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
433
private static winmdroot.Foundation.HRESULT get_Container(IWebBrowser2* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
451
internal unsafe winmdroot.System.Com.
IDispatch
* Container
455
winmdroot.System.Com.
IDispatch
* __result;
456
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
464
private static winmdroot.Foundation.HRESULT get_Document(IWebBrowser2* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
481
public unsafe winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp)
483
return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IWebBrowser2*)Unsafe.AsPointer(ref this), ppDisp);
2116
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Application_16;
2118
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Parent_17;
2120
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Container_18;
2122
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Document_19;
2339
unsafe new winmdroot.System.Com.
IDispatch
* Application
2344
unsafe new winmdroot.System.Com.
IDispatch
* Parent
2349
unsafe new winmdroot.System.Com.
IDispatch
* Container
2355
unsafe new winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp);
_generated\281\Windows.Win32.IWebBrowserApp.g.cs (23)
358
private static winmdroot.Foundation.HRESULT get_Application(IWebBrowserApp* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
376
internal unsafe winmdroot.System.Com.
IDispatch
* Application
380
winmdroot.System.Com.
IDispatch
* __result;
381
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
389
private static winmdroot.Foundation.HRESULT get_Parent(IWebBrowserApp* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
407
internal unsafe winmdroot.System.Com.
IDispatch
* Parent
411
winmdroot.System.Com.
IDispatch
* __result;
412
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
420
private static winmdroot.Foundation.HRESULT get_Container(IWebBrowserApp* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
438
internal unsafe winmdroot.System.Com.
IDispatch
* Container
442
winmdroot.System.Com.
IDispatch
* __result;
443
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
451
private static winmdroot.Foundation.HRESULT get_Document(IWebBrowserApp* pThis, winmdroot.System.Com.
IDispatch
** ppDisp)
468
public unsafe winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp)
470
return ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IWebBrowserApp*)Unsafe.AsPointer(ref this), ppDisp);
1502
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Application_16;
1504
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Parent_17;
1506
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Container_18;
1508
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.
IDispatch
** ,winmdroot.Foundation.HRESULT> get_Document_19;
1667
unsafe new winmdroot.System.Com.
IDispatch
* Application
1672
unsafe new winmdroot.System.Com.
IDispatch
* Parent
1677
unsafe new winmdroot.System.Com.
IDispatch
* Container
1683
unsafe new winmdroot.Foundation.HRESULT get_Document(winmdroot.System.Com.
IDispatch
** ppDisp);
_generated\626\Windows.Win32.Web_MsHtml_IHTMLDocument3_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument3.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLDocument3.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
_generated\629\Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (2)
103
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
_generated\643\Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.
IDispatch
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.
IDispatch
* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
_generated\644\Windows.Win32.Web_MsHtml_IHTMLWindow4_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow4.Interface.createPopup(winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.
IDispatch
**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT createPopup(this winmdroot.Web.MsHtml.IHTMLWindow4.Interface @this, in winmdroot.System.Variant.VARIANT varArgIn, winmdroot.System.Com.
IDispatch
** ppPopup)
Microsoft\VisualStudio\Shell\IProvidePropertyBuilder.cs (4)
73
IDispatch
* pdispApp,
79
return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int, BSTR*,
IDispatch
*, HWND, VARIANT*, VARIANT_BOOL*, HRESULT>)_lpVtbl[4])(
92
/// browser and are invoked through <see cref="ExecuteBuilder(int, BSTR*,
IDispatch
*, HWND, VARIANT*, VARIANT_BOOL*)"/>
140
IDispatch
* pdispApp,
System\Drawing\ImageExtensions.cs (2)
63
IDispatch
* dispatch = (
IDispatch
*)picture;
Windows\Win32\System\Com\StandardDispatch.cs (7)
10
/// Base class for providing <see cref="
IDispatch
"/> services through a standard dispatch implementation
16
/// through to <see cref="ITypeInfo"/> for basic <see cref="
IDispatch
"/> support.
19
internal abstract unsafe class StandardDispatch<T> :
IDispatch
.Interface, IDispatchEx.Interface, IDisposable
60
HRESULT
IDispatch
.Interface.GetTypeInfoCount(uint* pctinfo)
71
HRESULT
IDispatch
.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo)
89
HRESULT
IDispatch
.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId)
100
HRESULT
IDispatch
.Interface.Invoke(
Windows\Win32\System\Com\UnknownDispatch.cs (1)
7
/// Base <see cref="
IDispatch
"/> class for <see cref="IUnknown"/>.
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
324
FDEX_PROP_FLAGS flags =
IDispatch
.GetPropertyFlags(info.CanRead, info.CanWrite);
Windows\Win32\UI\Accessibility\AccessibleDispatch.cs (1)
9
/// Base <see cref="
IDispatch
"/> class for <see cref="IAccessible"/>.