30 references to ITypeComp
Microsoft.Private.Windows.Core (30)
_generated\161\Windows.Win32.ITypeComp.g.cs (19)
42
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ITypeComp
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,uint>)lpVtbl[1])((
ITypeComp
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ITypeComp
*,uint>)lpVtbl[2])((
ITypeComp
*)Unsafe.AsPointer(ref this));
91
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);
104
public unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.
ITypeComp
** ppTComp)
106
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);
132
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
134
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,uint> AddRef_2;
136
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,uint> Release_3;
138
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;
140
internal delegate *unmanaged [Stdcall]<
ITypeComp
*,winmdroot.Foundation.PWSTR ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> BindType_5;
159
unsafe winmdroot.Foundation.HRESULT BindType(winmdroot.Foundation.PWSTR szName, uint lHashVal, winmdroot.System.Com.ITypeInfo** ppTInfo, winmdroot.System.Com.
ITypeComp
** ppTComp);
_generated\162\Windows.Win32.ITypeInfo.g.cs (4)
85
public unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp)
87
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTComp);
613
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> GetTypeComp_5;
666
unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp);
_generated\163\Windows.Win32.ITypeLib.g.cs (4)
164
public unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp)
166
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITypeLib*)Unsafe.AsPointer(ref this), ppTComp);
346
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
ITypeComp
** ,winmdroot.Foundation.HRESULT> GetTypeComp_9;
385
unsafe winmdroot.Foundation.HRESULT GetTypeComp(winmdroot.System.Com.
ITypeComp
** ppTComp);
_generated\244\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)
_generated\3\Windows.Win32.BINDPTR.g.cs (1)
40
internal unsafe winmdroot.System.Com.
ITypeComp
* lptcomp;