20 references to TLIBATTR
Microsoft.Private.Windows.Core (20)
Windows.Win32.ITypeLib.g.cs (14)
127
/// <inheritdoc cref="GetLibAttr(winmdroot.System.Com.
TLIBATTR
**)"/>
128
internal unsafe winmdroot.Foundation.HRESULT GetLibAttr(out winmdroot.System.Com.
TLIBATTR
* ppTLibAttr)
130
fixed (winmdroot.System.Com.
TLIBATTR
** ppTLibAttrLocal = &ppTLibAttr)
144
public unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.
TLIBATTR
** ppTLibAttr)
146
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITypeLib*)Unsafe.AsPointer(ref this), ppTLibAttr);
258
/// <inheritdoc cref="ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
*)"/>
259
internal unsafe void ReleaseTLibAttr(in winmdroot.System.Com.
TLIBATTR
pTLibAttr)
261
fixed (winmdroot.System.Com.
TLIBATTR
* pTLibAttrLocal = &pTLibAttr)
272
public unsafe void ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
* pTLibAttr)
274
((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
* ,void>)lpVtbl[12])((ITypeLib*)Unsafe.AsPointer(ref this), pTLibAttr);
312
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
** ,winmdroot.Foundation.HRESULT> GetLibAttr_8;
322
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
* ,void> ReleaseTLibAttr_13;
345
unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.
TLIBATTR
** ppTLibAttr);
360
unsafe void ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
* pTLibAttr);
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)
95
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
*)"/>
96
internal static unsafe void ReleaseTLibAttr(this winmdroot.System.Com.ITypeLib.Interface @this, in winmdroot.System.Com.
TLIBATTR
pTLibAttr)
98
fixed (winmdroot.System.Com.
TLIBATTR
* pTLibAttrLocal = &pTLibAttr)