21 references to VARDESC
Microsoft.Private.Windows.Core (21)
_generated\162\Windows.Win32.ITypeInfo.g.cs (14)
114
/// <inheritdoc cref="GetVarDesc(uint, winmdroot.System.Com.
VARDESC
**)"/>
116
internal unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, out winmdroot.System.Com.
VARDESC
* ppVarDesc)
118
fixed (winmdroot.System.Com.
VARDESC
** ppVarDescLocal = &ppVarDesc)
133
public unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc)
135
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppVarDesc);
562
/// <inheritdoc cref="ReleaseVarDesc(winmdroot.System.Com.
VARDESC
*)"/>
564
internal unsafe void ReleaseVarDesc(in winmdroot.System.Com.
VARDESC
pVarDesc)
566
fixed (winmdroot.System.Com.
VARDESC
* pVarDescLocal = &pVarDesc)
577
public unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc)
579
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void>)lpVtbl[21])((ITypeInfo*)Unsafe.AsPointer(ref this), pVarDesc);
617
internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT> GetVarDesc_7;
647
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void> ReleaseVarDesc_22;
672
unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc);
717
unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc);
_generated\245\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (6)
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)
46
fixed (winmdroot.System.Com.
VARDESC
** ppVarDescLocal = &ppVarDesc)
237
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.ReleaseVarDesc(winmdroot.System.Com.
VARDESC
*)"/>
238
internal static unsafe void ReleaseVarDesc(this winmdroot.System.Com.ITypeInfo.Interface @this, in winmdroot.System.Com.
VARDESC
pVarDesc)
240
fixed (winmdroot.System.Com.
VARDESC
* pVarDescLocal = &pVarDesc)
_generated\3\Windows.Win32.BINDPTR.g.cs (1)
36
internal unsafe winmdroot.System.Com.
VARDESC
* lpvardesc;