45 references to IHTMLSelectionObject
System.Windows.Forms.Primitives (45)
Windows.Win32.IHTMLDocument2.g.cs (6)
488 private static winmdroot.Foundation.HRESULT get_selection(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.IHTMLSelectionObject** p) 506 internal unsafe winmdroot.Web.MsHtml.IHTMLSelectionObject* selection 510 winmdroot.Web.MsHtml.IHTMLSelectionObject* __result; 511 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLSelectionObject** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3217 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLSelectionObject** ,winmdroot.Foundation.HRESULT> get_selection_22; 3586 unsafe winmdroot.Web.MsHtml.IHTMLSelectionObject* selection
Windows.Win32.IHTMLSelectionObject.g.cs (39)
25 :IVTable<IHTMLSelectionObject,IHTMLSelectionObject.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint>)lpVtbl[1])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint>)lpVtbl[2])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)); 65 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 70 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 91 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 108 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,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])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 114 private static winmdroot.Foundation.HRESULT createRange(IHTMLSelectionObject* pThis, winmdroot.System.Com.IDispatch** range) 134 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 141 private static winmdroot.Foundation.HRESULT empty(IHTMLSelectionObject* pThis) 160 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 166 private static winmdroot.Foundation.HRESULT clear(IHTMLSelectionObject* pThis) 185 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 191 private static winmdroot.Foundation.HRESULT get_type(IHTMLSelectionObject* pThis, winmdroot.Foundation.BSTR* p) 214 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 240 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 242 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint> AddRef_2; 244 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint> Release_3; 246 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 248 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 250 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 252 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,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; 254 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> createRange_8; 256 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT> empty_9; 258 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT> clear_10; 260 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_type_11;