49 references to IHTMLStyleSheetsCollection
System.Windows.Forms.Primitives (49)
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (6)
3057
private static winmdroot.Foundation.HRESULT get_styleSheets(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** p)
3075
internal unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* styleSheets
3079
winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* __result;
3080
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3492
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** ,winmdroot.Foundation.HRESULT> get_styleSheets_110;
3977
unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* styleSheets
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (6)
344
private static winmdroot.Foundation.HRESULT get_imports(IHTMLStyleSheet* pThis, winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** p)
362
internal unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* imports
366
winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* __result;
367
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
788
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
** ,winmdroot.Foundation.HRESULT> get_imports_15;
886
unsafe winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
* imports
_generated\175\Windows.Win32.IHTMLStyleSheetsCollection.g.cs (35)
26
:winmdroot.IVTable<
IHTMLStyleSheetsCollection
,
IHTMLStyleSheetsCollection
.Vtbl>,IComIID {
43
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint>)lpVtbl[1])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint>)lpVtbl[2])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this));
68
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
73
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
94
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
133
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,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])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
139
private static winmdroot.Foundation.HRESULT get_length(
IHTMLStyleSheetsCollection
* pThis, int* p)
162
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
170
private static winmdroot.Foundation.HRESULT get__newEnum(
IHTMLStyleSheetsCollection
* pThis, winmdroot.System.Com.IUnknown** p)
193
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
212
private static winmdroot.Foundation.HRESULT item(
IHTMLStyleSheetsCollection
* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult)
232
((delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IHTMLStyleSheetsCollection
*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure();
259
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
261
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint> AddRef_2;
263
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint> Release_3;
265
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
267
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
269
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
271
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,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;
273
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,int* ,winmdroot.Foundation.HRESULT> get_length_8;
275
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> get__newEnum_9;
277
internal delegate *unmanaged [Stdcall]<
IHTMLStyleSheetsCollection
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_10;
_generated\639\Windows.Win32.Web_MsHtml_IHTMLStyleSheetsCollection_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.
IHTMLStyleSheetsCollection
.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult)