21 references to VARDESC
Microsoft.Private.Windows.Core (21)
Windows.Win32.BINDPTR.g.cs (1)
36
internal unsafe winmdroot.System.Com.
VARDESC
* lpvardesc;
Windows.Win32.ITypeInfo.g.cs (14)
111
/// <inheritdoc cref="GetVarDesc(uint, winmdroot.System.Com.
VARDESC
**)"/>
112
internal unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, out winmdroot.System.Com.
VARDESC
* ppVarDesc)
114
fixed (winmdroot.System.Com.
VARDESC
** ppVarDescLocal = &ppVarDesc)
129
public unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc)
131
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppVarDesc);
499
/// <inheritdoc cref="ReleaseVarDesc(winmdroot.System.Com.
VARDESC
*)"/>
500
internal unsafe void ReleaseVarDesc(in winmdroot.System.Com.
VARDESC
pVarDesc)
502
fixed (winmdroot.System.Com.
VARDESC
* pVarDescLocal = &pVarDesc)
513
public unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc)
515
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void>)lpVtbl[21])((ITypeInfo*)Unsafe.AsPointer(ref this), pVarDesc);
551
internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT> GetVarDesc_7;
581
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void> ReleaseVarDesc_22;
601
unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc);
646
unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc);
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)
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)
190
fixed (winmdroot.System.Com.
VARDESC
* pVarDescLocal = &pVarDesc)