24 references to FUNCDESC
System.Private.Windows.Core (23)
_generated\163\Windows.Win32.ITypeInfo.g.cs (16)
131 /// <inheritdoc cref="GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/> 133 internal unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, out winmdroot.System.Com.FUNCDESC* ppFuncDesc) 135 fixed (winmdroot.System.Com.FUNCDESC** ppFuncDescLocal = &ppFuncDesc) 145 private static winmdroot.Foundation.HRESULT GetFuncDesc(ITypeInfo* pThis, uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc) 170 public unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc) 172 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppFuncDesc); 881 /// <inheritdoc cref="ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/> 883 internal unsafe void ReleaseFuncDesc(in winmdroot.System.Com.FUNCDESC pFuncDesc) 885 fixed (winmdroot.System.Com.FUNCDESC* pFuncDescLocal = &pFuncDesc) 894 private static void ReleaseFuncDesc(ITypeInfo* pThis, winmdroot.System.Com.FUNCDESC* pFuncDesc) 914 public unsafe void ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC* pFuncDesc) 916 ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void>)lpVtbl[20])((ITypeInfo*)Unsafe.AsPointer(ref this), pFuncDesc); 990 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT> GetFuncDesc_6; 1020 internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void> ReleaseFuncDesc_21; 1072 unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc); 1117 unsafe void ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC* pFuncDesc);
_generated\246\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) 228 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/> 229 internal static unsafe void ReleaseFuncDesc(this winmdroot.System.Com.ITypeInfo.Interface @this, in winmdroot.System.Com.FUNCDESC pFuncDesc) 231 fixed (winmdroot.System.Com.FUNCDESC* pFuncDescLocal = &pFuncDesc)
_generated\3\Windows.Win32.BINDPTR.g.cs (1)
32 internal unsafe winmdroot.System.Com.FUNCDESC* lpfuncdesc;
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
612FUNCDESC* functionDescription;