26 references to TLIBATTR
System.Private.Windows.Core (22)
Windows.Win32.ITypeLib.g.cs (16)
205
/// <inheritdoc cref="GetLibAttr(winmdroot.System.Com.
TLIBATTR
**)"/>
206
internal unsafe winmdroot.Foundation.HRESULT GetLibAttr(out winmdroot.System.Com.
TLIBATTR
* ppTLibAttr)
208
fixed (winmdroot.System.Com.
TLIBATTR
** ppTLibAttrLocal = &ppTLibAttr)
218
private static winmdroot.Foundation.HRESULT GetLibAttr(ITypeLib* pThis, winmdroot.System.Com.
TLIBATTR
** ppTLibAttr)
242
public unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.
TLIBATTR
** ppTLibAttr)
244
return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITypeLib*)Unsafe.AsPointer(ref this), ppTLibAttr);
436
/// <inheritdoc cref="ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
*)"/>
437
internal unsafe void ReleaseTLibAttr(in winmdroot.System.Com.
TLIBATTR
pTLibAttr)
439
fixed (winmdroot.System.Com.
TLIBATTR
* pTLibAttrLocal = &pTLibAttr)
448
private static void ReleaseTLibAttr(ITypeLib* pThis, winmdroot.System.Com.
TLIBATTR
* pTLibAttr)
468
public unsafe void ReleaseTLibAttr(winmdroot.System.Com.
TLIBATTR
* pTLibAttr)
470
((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
* ,void>)lpVtbl[12])((ITypeLib*)Unsafe.AsPointer(ref this), pTLibAttr);
508
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
** ,winmdroot.Foundation.HRESULT> GetLibAttr_8;
518
internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.
TLIBATTR
* ,void> ReleaseTLibAttr_13;
565
unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.
TLIBATTR
** ppTLibAttr);
580
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)
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (4)
71
TLIBATTR
tlibAttr = GetTypeLibAttr();
245
private unsafe
TLIBATTR
GetTypeLibAttr()
315
if (pTLB->GetLibAttr(out
TLIBATTR
* pTlibAttr).Failed)
322
TLIBATTR
typeLibraryAttributes = *pTlibAttr;