21 references to FUNCDESC
Microsoft.Private.Windows.Core (21)
Windows.Win32.BINDPTR.g.cs (1)
32 internal unsafe winmdroot.System.Com.FUNCDESC* lpfuncdesc;
Windows.Win32.ITypeInfo.g.cs (14)
88 /// <inheritdoc cref="GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/> 89 internal unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, out winmdroot.System.Com.FUNCDESC* ppFuncDesc) 91 fixed (winmdroot.System.Com.FUNCDESC** ppFuncDescLocal = &ppFuncDesc) 106 public unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc) 108 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeInfo*)Unsafe.AsPointer(ref this), index, ppFuncDesc); 480 /// <inheritdoc cref="ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC*)"/> 481 internal unsafe void ReleaseFuncDesc(in winmdroot.System.Com.FUNCDESC pFuncDesc) 483 fixed (winmdroot.System.Com.FUNCDESC* pFuncDescLocal = &pFuncDesc) 494 public unsafe void ReleaseFuncDesc(winmdroot.System.Com.FUNCDESC* pFuncDesc) 496 ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void>)lpVtbl[20])((ITypeInfo*)Unsafe.AsPointer(ref this), pFuncDesc); 549 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.FUNCDESC** ,winmdroot.Foundation.HRESULT> GetFuncDesc_6; 579 internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.FUNCDESC* ,void> ReleaseFuncDesc_21; 598 unsafe winmdroot.Foundation.HRESULT GetFuncDesc(uint index, winmdroot.System.Com.FUNCDESC** ppFuncDesc); 643 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)