30 references to ITypeComp
Microsoft.Private.Windows.Core (30)
Windows.Win32.BINDPTR.g.cs (1)
40
internal unsafe winmdroot.System.Com.
ITypeComp
* lptcomp;
Windows.Win32.ITypeComp.g.cs (19)
41
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITypeComp
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,uint>)lpVtbl[1])((
ITypeComp
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,uint>)lpVtbl[2])((
ITypeComp
*)Unsafe.AsPointer(ref this));
89
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);
102
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.
ITypeComp
** ppTComp)
104
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);
128
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
130
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,uint> AddRef_2;
132
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,uint> Release_3;
134
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;
136
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> BindType_5;
150
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 (4)
83
public unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp)
85
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTComp);
547
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> GetTypeComp_5;
595
unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp);
Windows.Win32.ITypeLib.g.cs (4)
160
public unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp)
162
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITypeLib*)Unsafe.AsPointer(ref this), ppTComp);
314
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> GetTypeComp_9;
348
unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp);
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)