413 references to ITypeInfo
System.Private.Windows.Core (180)
Windows.Win32.IDispatch.g.cs (3)
87
public unsafe winmdroot.Foundation.HRESULT GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
89
return ((delegate *unmanaged [Stdcall]<IDispatch*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDispatch*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo);
201
internal delegate *unmanaged [Stdcall]<IDispatch*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IDispatchEx.g.cs (3)
69
public unsafe winmdroot.Foundation.HRESULT GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDispatchEx*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo);
383
internal delegate *unmanaged [Stdcall]<IDispatchEx*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IPictureDisp.g.cs (3)
70
public unsafe winmdroot.Foundation.HRESULT GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
72
return ((delegate *unmanaged [Stdcall]<IPictureDisp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPictureDisp*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo);
144
internal delegate *unmanaged [Stdcall]<IPictureDisp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IRecordInfo.g.cs (5)
277
private static winmdroot.Foundation.HRESULT GetTypeInfo(IRecordInfo* pThis, winmdroot.System.Com.
ITypeInfo
** ppTypeInfo)
301
public unsafe winmdroot.Foundation.HRESULT GetTypeInfo(winmdroot.System.Com.
ITypeInfo
** ppTypeInfo)
303
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRecordInfo*)Unsafe.AsPointer(ref this), ppTypeInfo);
740
internal delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_10;
817
unsafe winmdroot.Foundation.HRESULT GetTypeInfo(winmdroot.System.Com.
ITypeInfo
** ppTypeInfo);
Windows.Win32.ITypeComp.g.cs (12)
54
/// <inheritdoc cref="Bind(winmdroot.Foundation.PWSTR, uint, ushort, winmdroot.System.Com.
ITypeInfo
**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
55
internal unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.PWSTR szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.
ITypeInfo
** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
70
private static winmdroot.Foundation.HRESULT Bind(ITypeComp* pThis, winmdroot.Foundation.PWSTR szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr)
107
public unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.PWSTR szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr)
109
return ((delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.PWSTR ,uint ,ushort ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.System.Com.DESCKIND* ,winmdroot.System.Com.BINDPTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeComp*)Unsafe.AsPointer(ref this), szName, lHashVal, wFlags, ppTInfo, pDescKind, pBindPtr);
115
private static winmdroot.Foundation.HRESULT BindType(ITypeComp* pThis, winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
142
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp)
144
return ((delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITypeComp*)Unsafe.AsPointer(ref this), szName, lHashVal, ppTInfo, ppTComp);
174
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.PWSTR ,uint ,ushort ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.System.Com.DESCKIND* ,winmdroot.System.Com.BINDPTR* ,winmdroot.Foundation.HRESULT> Bind_4;
176
internal delegate *unmanaged [Stdcall]<ITypeComp*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> BindType_5;
203
unsafe winmdroot.Foundation.HRESULT Bind(winmdroot.Foundation.PWSTR szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.DESCKIND* pDescKind, winmdroot.System.Com.BINDPTR* pBindPtr);
206
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, winmdroot.System.Com.ITypeComp** ppTComp);
Windows.Win32.ITypeInfo.g.cs (92)
25
:IVTable<
ITypeInfo
,
ITypeInfo
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITypeInfo
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint>)lpVtbl[1])((
ITypeInfo
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint>)lpVtbl[2])((
ITypeInfo
*)Unsafe.AsPointer(ref this));
67
private static winmdroot.Foundation.HRESULT GetTypeAttr(
ITypeInfo
* pThis, winmdroot.System.Com.TYPEATTR** ppTypeAttr)
93
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.TYPEATTR** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ITypeInfo
*)Unsafe.AsPointer(ref this), ppTypeAttr);
99
private static winmdroot.Foundation.HRESULT GetTypeComp(
ITypeInfo
* pThis, winmdroot.System.Com.ITypeComp** ppTComp)
125
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ITypeInfo
*)Unsafe.AsPointer(ref this), ppTComp);
141
private static winmdroot.Foundation.HRESULT GetFuncDesc(
ITypeInfo
* pThis, uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc)
168
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ITypeInfo
*)Unsafe.AsPointer(ref this), index, ppFuncDesc);
184
private static winmdroot.Foundation.HRESULT GetVarDesc(
ITypeInfo
* pThis, uint index, winmdroot.System.Com.VARDESC** ppVarDesc)
211
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.VARDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
ITypeInfo
*)Unsafe.AsPointer(ref this), index, ppVarDesc);
227
private static winmdroot.Foundation.HRESULT GetNames(
ITypeInfo
* pThis, int memid, winmdroot.Foundation.BSTR* rgBstrNames, uint cMaxNames, uint* pcNames)
262
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ITypeInfo
*)Unsafe.AsPointer(ref this), memid, rgBstrNames, cMaxNames, pcNames);
278
private static winmdroot.Foundation.HRESULT GetRefTypeOfImplType(
ITypeInfo
* pThis, uint index, uint* pRefType)
305
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ITypeInfo
*)Unsafe.AsPointer(ref this), index, pRefType);
321
private static winmdroot.Foundation.HRESULT GetImplTypeFlags(
ITypeInfo
* pThis, uint index, winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlags)
348
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ITypeInfo
*)Unsafe.AsPointer(ref this), index, pImplTypeFlags);
368
private static winmdroot.Foundation.HRESULT GetIDsOfNames(
ITypeInfo
* pThis, winmdroot.Foundation.PWSTR* rgszNames, uint cNames, int* pMemId)
400
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.Foundation.PWSTR* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
ITypeInfo
*)Unsafe.AsPointer(ref this), rgszNames, cNames, pMemId);
425
private static winmdroot.Foundation.HRESULT Invoke(
ITypeInfo
* pThis, void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, winmdroot.System.Variant.VARIANT* pVarResult, winmdroot.System.Com.EXCEPINFO* pExcepInfo, uint* puArgErr)
467
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,void* ,int ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
ITypeInfo
*)Unsafe.AsPointer(ref this), pvInstance, memid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
483
private static winmdroot.Foundation.HRESULT GetDocumentation(
ITypeInfo
* pThis, int memid, [Optional] winmdroot.Foundation.BSTR* pBstrName, [Optional] winmdroot.Foundation.BSTR* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.BSTR* pBstrHelpFile)
518
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,uint* ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
ITypeInfo
*)Unsafe.AsPointer(ref this), memid, pBstrName, pBstrDocString, pdwHelpContext, pBstrHelpFile);
534
private static winmdroot.Foundation.HRESULT GetDllEntry(
ITypeInfo
* pThis, int memid, winmdroot.System.Com.INVOKEKIND invKind, [Optional] winmdroot.Foundation.BSTR* pBstrDllName, [Optional] winmdroot.Foundation.BSTR* pBstrName, ushort* pwOrdinal)
569
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.System.Com.INVOKEKIND ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
ITypeInfo
*)Unsafe.AsPointer(ref this), memid, invKind, pBstrDllName, pBstrName, pwOrdinal);
575
private static winmdroot.Foundation.HRESULT GetRefTypeInfo(
ITypeInfo
* pThis, uint hRefType, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
600
public unsafe winmdroot.Foundation.HRESULT GetRefTypeInfo(uint hRefType, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
602
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
ITypeInfo
*)Unsafe.AsPointer(ref this), hRefType, ppTInfo);
618
private static winmdroot.Foundation.HRESULT AddressOfMember(
ITypeInfo
* pThis, int memid, winmdroot.System.Com.INVOKEKIND invKind, void** ppv)
649
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.System.Com.INVOKEKIND ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
ITypeInfo
*)Unsafe.AsPointer(ref this), memid, invKind, ppv);
668
private static winmdroot.Foundation.HRESULT CreateInstance(
ITypeInfo
* pThis, winmdroot.System.Com.IUnknown* pUnkOuter, global::System.Guid* riid, void** ppvObj)
696
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.IUnknown* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
ITypeInfo
*)Unsafe.AsPointer(ref this), pUnkOuter, riid, ppvObj);
702
private static winmdroot.Foundation.HRESULT GetMops(
ITypeInfo
* pThis, int memid, winmdroot.Foundation.BSTR* pBstrMops)
733
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
ITypeInfo
*)Unsafe.AsPointer(ref this), memid, pBstrMops);
749
private static winmdroot.Foundation.HRESULT GetContainingTypeLib(
ITypeInfo
* pThis, winmdroot.System.Com.ITypeLib** ppTLib, uint* pIndex)
778
return ((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.ITypeLib** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
ITypeInfo
*)Unsafe.AsPointer(ref this), ppTLib, pIndex);
793
private static void ReleaseTypeAttr(
ITypeInfo
* pThis, winmdroot.System.Com.TYPEATTR* pTypeAttr)
815
((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.TYPEATTR* ,void>)lpVtbl[19])((
ITypeInfo
*)Unsafe.AsPointer(ref this), pTypeAttr);
830
private static void ReleaseFuncDesc(
ITypeInfo
* pThis, winmdroot.System.Com.FUNCDESC* pFuncDesc)
852
((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.FUNCDESC* ,void>)lpVtbl[20])((
ITypeInfo
*)Unsafe.AsPointer(ref this), pFuncDesc);
867
private static void ReleaseVarDesc(
ITypeInfo
* pThis, winmdroot.System.Com.VARDESC* pVarDesc)
889
((delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.VARDESC* ,void>)lpVtbl[21])((
ITypeInfo
*)Unsafe.AsPointer(ref this), pVarDesc);
913
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
915
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint> AddRef_2;
917
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint> Release_3;
919
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.TYPEATTR** ,winmdroot.Foundation.HRESULT> GetTypeAttr_4;
921
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.ITypeComp** ,winmdroot.Foundation.HRESULT> GetTypeComp_5;
923
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT> GetFuncDesc_6;
925
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.VARDESC** ,winmdroot.Foundation.HRESULT> GetVarDesc_7;
927
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,uint ,uint* ,winmdroot.Foundation.HRESULT> GetNames_8;
929
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,uint* ,winmdroot.Foundation.HRESULT> GetRefTypeOfImplType_9;
931
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT> GetImplTypeFlags_10;
933
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.Foundation.PWSTR* ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_11;
935
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,void* ,int ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_12;
937
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,uint* ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDocumentation_13;
939
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.System.Com.INVOKEKIND ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,ushort* ,winmdroot.Foundation.HRESULT> GetDllEntry_14;
941
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetRefTypeInfo_15;
943
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.System.Com.INVOKEKIND ,void** ,winmdroot.Foundation.HRESULT> AddressOfMember_16;
945
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.IUnknown* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> CreateInstance_17;
947
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetMops_18;
949
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.ITypeLib** ,uint* ,winmdroot.Foundation.HRESULT> GetContainingTypeLib_19;
951
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.TYPEATTR* ,void> ReleaseTypeAttr_20;
953
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.FUNCDESC* ,void> ReleaseFuncDesc_21;
955
internal delegate *unmanaged [Stdcall]<
ITypeInfo
*,winmdroot.System.Com.VARDESC* ,void> ReleaseVarDesc_22;
1032
unsafe winmdroot.Foundation.HRESULT GetRefTypeInfo(uint hRefType, winmdroot.System.Com.
ITypeInfo
** ppTInfo);
Windows.Win32.ITypeLib.g.cs (19)
85
private static winmdroot.Foundation.HRESULT GetTypeInfo(ITypeLib* pThis, uint index, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
110
public unsafe winmdroot.Foundation.HRESULT GetTypeInfo(uint index, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
112
return ((delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITypeLib*)Unsafe.AsPointer(ref this), index, ppTInfo);
160
/// <inheritdoc cref="GetTypeInfoOfGuid(global::System.Guid*, winmdroot.System.Com.
ITypeInfo
**)"/>
161
internal unsafe winmdroot.Foundation.HRESULT GetTypeInfoOfGuid(in global::System.Guid guid, winmdroot.System.Com.
ITypeInfo
** ppTinfo)
173
private static winmdroot.Foundation.HRESULT GetTypeInfoOfGuid(ITypeLib* pThis, global::System.Guid* guid, winmdroot.System.Com.
ITypeInfo
** ppTinfo)
200
public unsafe winmdroot.Foundation.HRESULT GetTypeInfoOfGuid(global::System.Guid* guid, winmdroot.System.Com.
ITypeInfo
** ppTinfo)
202
return ((delegate *unmanaged [Stdcall]<ITypeLib*,global::System.Guid* ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITypeLib*)Unsafe.AsPointer(ref this), guid, ppTinfo);
381
/// <inheritdoc cref="FindName(winmdroot.Foundation.PWSTR, uint, winmdroot.System.Com.
ITypeInfo
**, int*, ushort*)"/>
382
internal unsafe winmdroot.Foundation.HRESULT FindName(ref Span<char>szNameBuf, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, int* rgMemId, ref ushort pcFound)
400
private static winmdroot.Foundation.HRESULT FindName(ITypeLib* pThis, winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, int* rgMemId, ushort* pcFound)
431
public unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, int* rgMemId, ushort* pcFound)
433
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.
ITypeInfo
** ,int* ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITypeLib*)Unsafe.AsPointer(ref this), szNameBuf, lHashVal, ppTInfo, rgMemId, pcFound);
502
internal delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
506
internal delegate *unmanaged [Stdcall]<ITypeLib*,global::System.Guid* ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfoOfGuid_7;
516
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.
ITypeInfo
** ,int* ,ushort* ,winmdroot.Foundation.HRESULT> FindName_12;
556
unsafe winmdroot.Foundation.HRESULT GetTypeInfo(uint index, winmdroot.System.Com.
ITypeInfo
** ppTInfo);
562
unsafe winmdroot.Foundation.HRESULT GetTypeInfoOfGuid(global::System.Guid* guid, winmdroot.System.Com.
ITypeInfo
** ppTinfo);
577
unsafe winmdroot.Foundation.HRESULT FindName(winmdroot.Foundation.PWSTR szNameBuf, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, int* rgMemId, ushort* pcFound);
Windows.Win32.System_Com_ITypeComp_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.ITypeComp.Interface.Bind(winmdroot.Foundation.PWSTR, uint, ushort, winmdroot.System.Com.
ITypeInfo
**, winmdroot.System.Com.DESCKIND*, winmdroot.System.Com.BINDPTR*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Bind(this winmdroot.System.Com.ITypeComp.Interface @this, winmdroot.Foundation.PWSTR szName, uint lHashVal, ushort wFlags, winmdroot.System.Com.
ITypeInfo
** ppTInfo, out winmdroot.System.Com.DESCKIND pDescKind, out winmdroot.System.Com.BINDPTR pBindPtr)
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (32)
23
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetTypeAttr(winmdroot.System.Com.TYPEATTR**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetTypeAttr(this winmdroot.System.Com.
ITypeInfo
.Interface @this, out winmdroot.System.Com.TYPEATTR* ppTypeAttr)
33
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetFuncDesc(this winmdroot.System.Com.
ITypeInfo
.Interface @this, uint index, out winmdroot.System.Com.FUNCDESC* ppFuncDesc)
43
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetVarDesc(uint, winmdroot.System.Com.VARDESC**)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetVarDesc(this winmdroot.System.Com.
ITypeInfo
.Interface @this, uint index, out winmdroot.System.Com.VARDESC* ppVarDesc)
53
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetNames(int, winmdroot.Foundation.BSTR*, uint, uint*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetNames(this winmdroot.System.Com.
ITypeInfo
.Interface @this, int memid, winmdroot.Foundation.BSTR* rgBstrNames, uint cMaxNames, out uint pcNames)
63
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetRefTypeOfImplType(uint, uint*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetRefTypeOfImplType(this winmdroot.System.Com.
ITypeInfo
.Interface @this, uint index, out uint pRefType)
73
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetImplTypeFlags(uint, winmdroot.System.Com.IMPLTYPEFLAGS*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(this winmdroot.System.Com.
ITypeInfo
.Interface @this, uint index, out winmdroot.System.Com.IMPLTYPEFLAGS pImplTypeFlags)
83
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetIDsOfNames(winmdroot.Foundation.PWSTR*, uint, int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetIDsOfNames(this winmdroot.System.Com.
ITypeInfo
.Interface @this, ReadOnlySpan<winmdroot.Foundation.PWSTR> rgszNames, Span<int> pMemId)
97
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.Invoke(void*, int, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/>
98
internal static unsafe winmdroot.Foundation.HRESULT Invoke(this winmdroot.System.Com.
ITypeInfo
.Interface @this, void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, ref winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr)
116
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetDocumentation(int, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, uint*, winmdroot.Foundation.BSTR*)"/>
117
internal static unsafe winmdroot.Foundation.HRESULT GetDocumentation(this winmdroot.System.Com.
ITypeInfo
.Interface @this, int memid, winmdroot.Foundation.BSTR* pBstrName, winmdroot.Foundation.BSTR* pBstrDocString, out uint pdwHelpContext, winmdroot.Foundation.BSTR* pBstrHelpFile)
126
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetDllEntry(int, winmdroot.System.Com.INVOKEKIND, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, ushort*)"/>
127
internal static unsafe winmdroot.Foundation.HRESULT GetDllEntry(this winmdroot.System.Com.
ITypeInfo
.Interface @this, int memid, winmdroot.System.Com.INVOKEKIND invKind, winmdroot.Foundation.BSTR* pBstrDllName, winmdroot.Foundation.BSTR* pBstrName, out ushort pwOrdinal)
136
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.AddressOfMember(int, winmdroot.System.Com.INVOKEKIND, void**)"/>
137
internal static unsafe winmdroot.Foundation.HRESULT AddressOfMember(this winmdroot.System.Com.
ITypeInfo
.Interface @this, int memid, winmdroot.System.Com.INVOKEKIND invKind, out void* ppv)
146
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.CreateInstance(winmdroot.System.Com.IUnknown*, global::System.Guid*, void**)"/>
147
internal static unsafe winmdroot.Foundation.HRESULT CreateInstance(this winmdroot.System.Com.
ITypeInfo
.Interface @this, winmdroot.System.Com.IUnknown* pUnkOuter, in global::System.Guid riid, out void* ppvObj)
159
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.GetContainingTypeLib(winmdroot.System.Com.ITypeLib**, uint*)"/>
160
internal static unsafe winmdroot.Foundation.HRESULT GetContainingTypeLib(this winmdroot.System.Com.
ITypeInfo
.Interface @this, winmdroot.System.Com.ITypeLib** ppTLib, out uint pIndex)
169
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.ReleaseTypeAttr(winmdroot.System.Com.TYPEATTR*)"/>
170
internal static unsafe void ReleaseTypeAttr(this winmdroot.System.Com.
ITypeInfo
.Interface @this, in winmdroot.System.Com.TYPEATTR pTypeAttr)
178
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/>
179
internal static unsafe void ReleaseFuncDesc(this winmdroot.System.Com.
ITypeInfo
.Interface @this, in winmdroot.System.Com.FUNCDESC pFuncDesc)
187
/// <inheritdoc cref="winmdroot.System.Com.
ITypeInfo
.Interface.ReleaseVarDesc(winmdroot.System.Com.VARDESC*)"/>
188
internal static unsafe void ReleaseVarDesc(this winmdroot.System.Com.
ITypeInfo
.Interface @this, in winmdroot.System.Com.VARDESC pVarDesc)
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (4)
33
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.GetTypeInfoOfGuid(global::System.Guid*, winmdroot.System.Com.
ITypeInfo
**)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetTypeInfoOfGuid(this winmdroot.System.Com.ITypeLib.Interface @this, in global::System.Guid guid, winmdroot.System.Com.
ITypeInfo
** ppTinfo)
79
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.FindName(winmdroot.Foundation.PWSTR, uint, winmdroot.System.Com.
ITypeInfo
**, int*, ushort*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT FindName(this winmdroot.System.Com.ITypeLib.Interface @this, ref Span<char>szNameBuf, uint lHashVal, winmdroot.System.Com.
ITypeInfo
** ppTInfo, int* rgMemId, ref ushort pcFound)
Windows\Win32\System\Com\ComHelpers.cs (3)
321
/// Find the given interface's <see cref="
ITypeInfo
"/> from the specified type library.
323
public static ComScope<
ITypeInfo
> GetRegisteredTypeInfo(
342
ComScope<
ITypeInfo
> typeInfo = new(null);
Windows\Win32\System\Com\IDispatch.Interface.cs (2)
26
private static HRESULT GetTypeInfo(IDispatch* @this, uint iTInfo, uint lcid,
ITypeInfo
** ppTInfo)
61
ITypeInfo
** ppTInfo);
System.Windows.Forms (22)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3312
HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid,
ITypeInfo
** ppTInfo)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
194
ITypeInfo
*[] pTypeInfos = Com2TypeInfoProcessor.FindTypeInfos(comObject);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (19)
59
public static
ITypeInfo
* FindTypeInfo(object comObject, bool preferIProvideClassInfo)
61
ITypeInfo
* typeInfo = null;
96
public static
ITypeInfo
*[] FindTypeInfos(object comObject)
107
ITypeInfo
* typeInfo;
124
ITypeInfo
*[] typeInfos = new
ITypeInfo
*[handles.Count];
127
typeInfos[i] = (
ITypeInfo
*)handles[i];
135
ITypeInfo
* temp = FindTypeInfo(comObject, preferIProvideClassInfo: false);
197
ITypeInfo
*[] typeInfos = FindTypeInfos(comObject);
217
private static Com2Properties ProcessTypeInfos(object comObject,
ITypeInfo
*[] typeInfos)
224
ITypeInfo
* typeInfo = typeInfos[i];
283
private static unsafe Guid GetGuidForTypeInfo(
ITypeInfo
* typeInfo, uint[]? versions)
313
private static unsafe Type? GetValueTypeFromTypeDesc(ref TYPEDESC typeDesc,
ITypeInfo
* typeInfo, ref Guid typeGuid)
350
using ComScope<
ITypeInfo
> refTypeInfo = new(null);
400
ITypeInfo
* typeInfo,
482
ITypeInfo
* typeInfo,
592
ITypeInfo
* typeInfo,
686
private static unsafe Type? ProcessTypeInfoEnum(
ITypeInfo
* enumTypeInfo)
819
ITypeInfo
* typeInfo,
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
83
using ComScope<
ITypeInfo
> typeInfo = new(Com2TypeInfoProcessor.FindTypeInfo(component, preferIProvideClassInfo: true));
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
748
using ComScope<
ITypeInfo
> typeInfo = new(null);
System.Windows.Forms.Primitives (185)
Microsoft\VisualStudio\Shell\IVsPerPropertyBrowsing.cs (1)
183
/// <see cref="
ITypeInfo
.GetDocumentation(int, BSTR*, BSTR*, out uint, BSTR*)"/> with <see cref="PInvoke.MEMBERID_NIL"/>.
Windows.Win32.IAccessible.g.cs (3)
76
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
78
((delegate *unmanaged [Stdcall]<IAccessible*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAccessible*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
1163
internal delegate *unmanaged [Stdcall]<IAccessible*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IFontDisp.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<IFontDisp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFontDisp*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
141
internal delegate *unmanaged [Stdcall]<IFontDisp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLCurrentStyle.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2957
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDataTransfer.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
343
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDocument.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDocument*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
165
internal delegate *unmanaged [Stdcall]<IHTMLDocument*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDocument2.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
3183
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDocument3.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
1283
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDocument4.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument4*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
559
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLDOMNode.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
704
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLElement.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2557
internal delegate *unmanaged [Stdcall]<IHTMLElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLElement2.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLElement2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2930
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLElement3.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLElement3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
1375
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLElementCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
314
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLEventObj.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLEventObj*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
897
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLFiltersCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
239
internal delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLFormElement.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFormElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
810
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLFrameBase.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
644
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLFramesCollection2.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
213
internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLImageElementFactory.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
167
internal delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLImgElement.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLImgElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
1514
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLLocation.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLLocation*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLLocation*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
688
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLMimeTypesCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
171
internal delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLOpsProfile.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
377
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLOptionElement.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
451
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLOptionElementFactory.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
167
internal delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLPluginsCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
196
internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLRect.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLRect*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRect*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
364
internal delegate *unmanaged [Stdcall]<IHTMLRect*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLRectCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
239
internal delegate *unmanaged [Stdcall]<IHTMLRectCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLRenderStyle.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
644
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLRuleStyle.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
4674
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLScreen.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLScreen*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLScreen*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
438
internal delegate *unmanaged [Stdcall]<IHTMLScreen*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLSelectionObject.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
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();
248
internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLStyle.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
5143
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLStyleSheet.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
741
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLStyleSheetRule.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
258
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
198
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLStyleSheetsCollection.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
239
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLWindow2.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2131
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLWindow3.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLWindow3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
558
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IHTMLWindow4.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow4*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
202
internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IOmHistory.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IOmHistory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOmHistory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
274
internal delegate *unmanaged [Stdcall]<IOmHistory*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IOmNavigator.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IOmNavigator*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOmNavigator*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
748
internal delegate *unmanaged [Stdcall]<IOmNavigator*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IProvideClassInfo.g.cs (5)
58
private static winmdroot.Foundation.HRESULT GetClassInfo(IProvideClassInfo* pThis, winmdroot.System.Com.
ITypeInfo
** ppTI)
85
public unsafe winmdroot.Foundation.HRESULT GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI)
87
return ((delegate *unmanaged [Stdcall]<IProvideClassInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideClassInfo*)Unsafe.AsPointer(ref this), ppTI);
117
internal delegate *unmanaged [Stdcall]<IProvideClassInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
144
unsafe winmdroot.Foundation.HRESULT GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI);
Windows.Win32.IProvideClassInfo2.g.cs (5)
58
private static winmdroot.Foundation.HRESULT GetClassInfo(IProvideClassInfo2* pThis, winmdroot.System.Com.
ITypeInfo
** ppTI)
75
public unsafe void GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI)
77
((delegate *unmanaged [Stdcall]<IProvideClassInfo2*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideClassInfo2*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure();
148
internal delegate *unmanaged [Stdcall]<IProvideClassInfo2*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
178
unsafe new winmdroot.Foundation.HRESULT GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI);
Windows.Win32.IProvideMultipleClassInfo.g.cs (12)
58
private static winmdroot.Foundation.HRESULT GetClassInfo(IProvideMultipleClassInfo* pThis, winmdroot.System.Com.
ITypeInfo
** ppTI)
75
public unsafe void GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI)
77
((delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideMultipleClassInfo*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure();
155
/// <inheritdoc cref="GetInfoOfIndex(uint, winmdroot.System.Ole.MULTICLASSINFO_FLAGS, winmdroot.System.Com.
ITypeInfo
**, uint*, uint*, global::System.Guid*, global::System.Guid*)"/>
156
internal unsafe winmdroot.Foundation.HRESULT GetInfoOfIndex(uint iti, winmdroot.System.Ole.MULTICLASSINFO_FLAGS dwFlags, winmdroot.System.Com.
ITypeInfo
** pptiCoClass, out uint pdwTIFlags, out uint pcdispidReserved, out global::System.Guid piidPrimary, out global::System.Guid piidSource)
177
private static winmdroot.Foundation.HRESULT GetInfoOfIndex(IProvideMultipleClassInfo* pThis, uint iti, winmdroot.System.Ole.MULTICLASSINFO_FLAGS dwFlags, winmdroot.System.Com.
ITypeInfo
** pptiCoClass, uint* pdwTIFlags, uint* pcdispidReserved, global::System.Guid* piidPrimary, global::System.Guid* piidSource)
206
public unsafe winmdroot.Foundation.HRESULT GetInfoOfIndex(uint iti, winmdroot.System.Ole.MULTICLASSINFO_FLAGS dwFlags, winmdroot.System.Com.
ITypeInfo
** pptiCoClass, uint* pdwTIFlags, uint* pcdispidReserved, global::System.Guid* piidPrimary, global::System.Guid* piidSource)
208
return ((delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,uint ,winmdroot.System.Ole.MULTICLASSINFO_FLAGS ,winmdroot.System.Com.
ITypeInfo
** ,uint* ,uint* ,global::System.Guid* ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IProvideMultipleClassInfo*)Unsafe.AsPointer(ref this), iti, dwFlags, pptiCoClass, pdwTIFlags, pcdispidReserved, piidPrimary, piidSource);
238
internal delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetClassInfo_4;
244
internal delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,uint ,winmdroot.System.Ole.MULTICLASSINFO_FLAGS ,winmdroot.System.Com.
ITypeInfo
** ,uint* ,uint* ,global::System.Guid* ,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetInfoOfIndex_7;
274
unsafe new winmdroot.Foundation.HRESULT GetClassInfo(winmdroot.System.Com.
ITypeInfo
** ppTI);
283
unsafe winmdroot.Foundation.HRESULT GetInfoOfIndex(uint iti, winmdroot.System.Ole.MULTICLASSINFO_FLAGS dwFlags, winmdroot.System.Com.
ITypeInfo
** pptiCoClass, uint* pdwTIFlags, uint* pcdispidReserved, global::System.Guid* piidPrimary, global::System.Guid* piidSource);
Windows.Win32.ITextDocument.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextDocument*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextDocument*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
944
internal delegate *unmanaged [Stdcall]<ITextDocument*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.ITextFont.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextFont*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextFont*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2388
internal delegate *unmanaged [Stdcall]<ITextFont*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.ITextPara.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextPara*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextPara*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2119
internal delegate *unmanaged [Stdcall]<ITextPara*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.ITextRange.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextRange*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextRange*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2531
internal delegate *unmanaged [Stdcall]<ITextRange*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.ITextSelection.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextSelection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextSelection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2241
internal delegate *unmanaged [Stdcall]<ITextSelection*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.ITextStoryRanges.g.cs (3)
69
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
71
((delegate *unmanaged [Stdcall]<ITextStoryRanges*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextStoryRanges*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
267
internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IWebBrowser.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IWebBrowser*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowser*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
846
internal delegate *unmanaged [Stdcall]<IWebBrowser*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IWebBrowser2.g.cs (3)
80
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
82
((delegate *unmanaged [Stdcall]<IWebBrowser2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowser2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
2023
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.IWebBrowserApp.g.cs (3)
68
public unsafe void GetTypeInfo(uint iTInfo, uint lcid, winmdroot.System.Com.
ITypeInfo
** ppTInfo)
70
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowserApp*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
1427
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,uint ,uint ,winmdroot.System.Com.
ITypeInfo
** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
Windows.Win32.System_Ole_IProvideMultipleClassInfo_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.System.Ole.IProvideMultipleClassInfo.Interface.GetInfoOfIndex(uint, winmdroot.System.Ole.MULTICLASSINFO_FLAGS, winmdroot.System.Com.
ITypeInfo
**, uint*, uint*, global::System.Guid*, global::System.Guid*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetInfoOfIndex(this winmdroot.System.Ole.IProvideMultipleClassInfo.Interface @this, uint iti, winmdroot.System.Ole.MULTICLASSINFO_FLAGS dwFlags, winmdroot.System.Com.
ITypeInfo
** pptiCoClass, out uint pdwTIFlags, out uint pcdispidReserved, out global::System.Guid piidPrimary, out global::System.Guid piidSource)
Windows\Win32\System\Com\StandardDispatch.cs (5)
16
/// through to <see cref="
ITypeInfo
"/> for basic <see cref="IDispatch"/> support.
22
private
ITypeInfo
* _typeInfo;
26
/// Construct a new instance with the specified backing <see cref="
ITypeInfo
"/>.
32
public StandardDispatch(
ITypeInfo
* typeInfo, object? instance = default)
71
HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid,
ITypeInfo
** ppTInfo)
Windows\Win32\System\Com\UnknownDispatch.cs (1)
15
private static
ITypeInfo
* TypeInfo { get; } = ComHelpers.GetRegisteredTypeInfo(s_stdole, 2, 0, IUnknown.IID_Guid);
Windows\Win32\UI\Accessibility\AccessibleDispatch.cs (1)
17
private static
ITypeInfo
* TypeInfo { get; } = ComHelpers.GetRegisteredTypeInfo(s_accessibilityTypeLib, 1, 1, IAccessible.IID_Guid);
System.Windows.Forms.Primitives.Tests (20)
Interop\Oleaut32\ITypeInfoTests.cs (17)
21
using ComScope<
ITypeInfo
> typeInfo = new(null);
35
using ComScope<
ITypeInfo
> typeInfo = new(null);
49
using ComScope<
ITypeInfo
> typeInfo = new(null);
65
using ComScope<
ITypeInfo
> typeInfo = new(null);
85
using ComScope<
ITypeInfo
> typeInfo = new(null);
105
using ComScope<
ITypeInfo
> typeInfo = new(null);
139
using ComScope<
ITypeInfo
> typeInfo = new(null);
163
using ComScope<
ITypeInfo
> typeInfo = new(null);
177
using ComScope<
ITypeInfo
> typeInfo = new(null);
191
using ComScope<
ITypeInfo
> typeInfo = new(null);
213
using ComScope<
ITypeInfo
> typeInfo = new(null);
220
using ComScope<
ITypeInfo
> refTypeInfo = new(null);
230
using ComScope<
ITypeInfo
> typeInfo = new(null);
244
using ComScope<
ITypeInfo
> typeInfo = new(null);
283
using ComScope<
ITypeInfo
> typeInfo = new(null);
296
using ComScope<
ITypeInfo
> typeInfo = new(null);
325
using ComScope<
ITypeInfo
> typeInfo = new(null);
Interop\Oleaut32\SAFEARRAYTests.cs (1)
148
public HRESULT GetTypeInfo(
ITypeInfo
** ppTypeInfo) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5715
public HRESULT GetTypeInfo(
ITypeInfo
** ppTypeInfo) => HRESULT.E_NOTIMPL;
Windows\Win32\System\Com\IDispatchTests.cs (1)
44
using ComScope<
ITypeInfo
> typeInfo = new(null);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
143
HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid,
ITypeInfo
** ppTInfo) => throw new NotImplementedException();
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (4)
243
HRESULT IProvideMultipleClassInfo.Interface.GetClassInfo(
ITypeInfo
** ppTI) => HRESULT.E_NOTIMPL;
261
ITypeInfo
** pptiCoClass,
302
HRESULT IProvideClassInfo2.Interface.GetClassInfo(
ITypeInfo
** ppTI) => HRESULT.E_NOTIMPL;
304
HRESULT IProvideClassInfo.Interface.GetClassInfo(
ITypeInfo
** ppTI) => HRESULT.E_NOTIMPL;