25 references to VARDESC
System.Private.Windows.Core (23)
_generated\163\Windows.Win32.ITypeInfo.g.cs (16)
175
/// <inheritdoc cref="GetVarDesc(uint, winmdroot.System.Com.
VARDESC
**)"/>
177
internal unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, out winmdroot.System.Com.
VARDESC
* ppVarDesc)
179
fixed (winmdroot.System.Com.
VARDESC
** ppVarDescLocal = &ppVarDesc)
189
private static winmdroot.Foundation.HRESULT GetVarDesc(ITypeInfo* pThis, uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc)
214
public unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc)
216
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppVarDesc);
919
/// <inheritdoc cref="ReleaseVarDesc(winmdroot.System.Com.
VARDESC
*)"/>
921
internal unsafe void ReleaseVarDesc(in winmdroot.System.Com.
VARDESC
pVarDesc)
923
fixed (winmdroot.System.Com.
VARDESC
* pVarDescLocal = &pVarDesc)
932
private static void ReleaseVarDesc(ITypeInfo* pThis, winmdroot.System.Com.
VARDESC
* pVarDesc)
952
public unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc)
954
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void>)lpVtbl[21])((ITypeInfo*)Unsafe.AsPointer(ref this), pVarDesc);
992
internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
VARDESC
** ,winmdroot.Foundation.HRESULT> GetVarDesc_7;
1022
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
VARDESC
* ,void> ReleaseVarDesc_22;
1075
unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.
VARDESC
** ppVarDesc);
1120
unsafe void ReleaseVarDesc(winmdroot.System.Com.
VARDESC
* pVarDesc);
_generated\246\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;
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
719
VARDESC
* pVarDesc;
835
VARDESC
* pVarDesc;