25 references to FUNCDESC
System.Private.Windows.Core (23)
Windows.Win32.BINDPTR.g.cs (1)
32 internal unsafe winmdroot.System.Com.FUNCDESC* lpfuncdesc;
Windows.Win32.ITypeInfo.g.cs (16)
128 /// <inheritdoc cref="GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/> 129 internal unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, out winmdroot.System.Com.FUNCDESC* ppFuncDesc) 131 fixed (winmdroot.System.Com.FUNCDESC** ppFuncDescLocal = &ppFuncDesc) 141 private static winmdroot.Foundation.HRESULT GetFuncDesc(ITypeInfo* pThis, uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc) 166 public unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc) 168 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppFuncDesc); 818 /// <inheritdoc cref="ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/> 819 internal unsafe void ReleaseFuncDesc(in winmdroot.System.Com.FUNCDESC pFuncDesc) 821 fixed (winmdroot.System.Com.FUNCDESC* pFuncDescLocal = &pFuncDesc) 830 private static void ReleaseFuncDesc(ITypeInfo* pThis, winmdroot.System.Com.FUNCDESC* pFuncDesc) 850 public unsafe void ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC* pFuncDesc) 852 ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void>)lpVtbl[20])((ITypeInfo*)Unsafe.AsPointer(ref this), pFuncDesc); 923 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT> GetFuncDesc_6; 953 internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void> ReleaseFuncDesc_21; 1005 unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc); 1050 unsafe void ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC* pFuncDesc);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (6)
33 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetFuncDesc(this winmdroot.System.Com.ITypeInfo.Interface @this, uint index, out winmdroot.System.Com.FUNCDESC* ppFuncDesc) 36 fixed (winmdroot.System.Com.FUNCDESC** ppFuncDescLocal = &ppFuncDesc) 178 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/> 179 internal static unsafe void ReleaseFuncDesc(this winmdroot.System.Com.ITypeInfo.Interface @this, in winmdroot.System.Com.FUNCDESC pFuncDesc) 181 fixed (winmdroot.System.Com.FUNCDESC* pFuncDescLocal = &pFuncDesc)
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
612FUNCDESC* functionDescription;
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
108FUNCDESC* pFuncDesc = null;