26 references to VARDESC
System.Private.Windows.Core (23)
Windows.Win32.BINDPTR.g.cs (1)
36 internal unsafe winmdroot.System.Com.VARDESC* lpvardesc;
Windows.Win32.ITypeInfo.g.cs (16)
171 /// <inheritdoc cref="GetVarDesc(uint, winmdroot.System.Com.VARDESC**)"/> 172 internal unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, out winmdroot.System.Com.VARDESC* ppVarDesc) 174 fixed (winmdroot.System.Com.VARDESC** ppVarDescLocal = &ppVarDesc) 184 private static winmdroot.Foundation.HRESULT GetVarDesc(ITypeInfo* pThis, uint index, winmdroot.System.Com.VARDESC** ppVarDesc) 209 public unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.VARDESC** ppVarDesc) 211 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.VARDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppVarDesc); 855 /// <inheritdoc cref="ReleaseVarDesc(winmdroot.System.Com.VARDESC*)"/> 856 internal unsafe void ReleaseVarDesc(in winmdroot.System.Com.VARDESC pVarDesc) 858 fixed (winmdroot.System.Com.VARDESC* pVarDescLocal = &pVarDesc) 867 private static void ReleaseVarDesc(ITypeInfo* pThis, winmdroot.System.Com.VARDESC* pVarDesc) 887 public unsafe void ReleaseVarDesc(winmdroot.System.Com.VARDESC* pVarDesc) 889 ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.VARDESC* ,void>)lpVtbl[21])((ITypeInfo*)Unsafe.AsPointer(ref this), pVarDesc); 925 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.VARDESC** ,winmdroot.Foundation.HRESULT> GetVarDesc_7; 955 internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.VARDESC* ,void> ReleaseVarDesc_22; 1008 unsafe winmdroot.Foundation.HRESULT GetVarDesc(uint index, winmdroot.System.Com.VARDESC** ppVarDesc); 1053 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)
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
719VARDESC* pVarDesc; 835VARDESC* pVarDesc;
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
299VARDESC* pVarDesc = null;