20 references to TLIBATTR
Microsoft.Private.Windows.Core (20)
_generated\163\Windows.Win32.ITypeLib.g.cs (14)
130 /// <inheritdoc cref="GetLibAttr(winmdroot.System.Com.TLIBATTR**)"/> 132 internal unsafe winmdroot.Foundation.HRESULT GetLibAttr(out winmdroot.System.Com.TLIBATTR* ppTLibAttr) 134 fixed (winmdroot.System.Com.TLIBATTR** ppTLibAttrLocal = &ppTLibAttr) 148 public unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.TLIBATTR** ppTLibAttr) 150 return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITypeLib*)Unsafe.AsPointer(ref this), ppTLibAttr); 287 /// <inheritdoc cref="ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR*)"/> 289 internal unsafe void ReleaseTLibAttr(in winmdroot.System.Com.TLIBATTR pTLibAttr) 291 fixed (winmdroot.System.Com.TLIBATTR* pTLibAttrLocal = &pTLibAttr) 302 public unsafe void ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR* pTLibAttr) 304 ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR* ,void>)lpVtbl[12])((ITypeLib*)Unsafe.AsPointer(ref this), pTLibAttr); 344 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR** ,winmdroot.Foundation.HRESULT> GetLibAttr_8; 354 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR* ,void> ReleaseTLibAttr_13; 382 unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.TLIBATTR** ppTLibAttr); 397 unsafe void ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR* pTLibAttr);
_generated\246\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (6)
43 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.GetLibAttr(winmdroot.System.Com.TLIBATTR**)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetLibAttr(this winmdroot.System.Com.ITypeLib.Interface @this, out winmdroot.System.Com.TLIBATTR* ppTLibAttr) 46 fixed (winmdroot.System.Com.TLIBATTR** ppTLibAttrLocal = &ppTLibAttr) 117 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR*)"/> 118 internal static unsafe void ReleaseTLibAttr(this winmdroot.System.Com.ITypeLib.Interface @this, in winmdroot.System.Com.TLIBATTR pTLibAttr) 120 fixed (winmdroot.System.Com.TLIBATTR* pTLibAttrLocal = &pTLibAttr)