20 references to TYPEATTR
Microsoft.Private.Windows.Core (20)
Windows.Win32.ITypeInfo.g.cs (14)
54
/// <inheritdoc cref="GetTypeAttr(winmdroot.System.Com.
TYPEATTR
**)"/>
55
internal unsafe winmdroot.Foundation.HRESULT GetTypeAttr(out winmdroot.System.Com.
TYPEATTR
* ppTypeAttr)
57
fixed (winmdroot.System.Com.
TYPEATTR
** ppTypeAttrLocal = &ppTypeAttr)
71
public unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
73
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTypeAttr);
461
/// <inheritdoc cref="ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
462
internal unsafe void ReleaseTypeAttr(in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
464
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)
475
public unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
477
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void>)lpVtbl[19])((ITypeInfo*)Unsafe.AsPointer(ref this), pTypeAttr);
545
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT> GetTypeAttr_4;
577
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void> ReleaseTypeAttr_20;
592
unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr);
640
unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetTypeAttr(winmdroot.System.Com.
TYPEATTR
**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetTypeAttr(this winmdroot.System.Com.ITypeInfo.Interface @this, out winmdroot.System.Com.
TYPEATTR
* ppTypeAttr)
26
fixed (winmdroot.System.Com.
TYPEATTR
** ppTypeAttrLocal = &ppTypeAttr)
169
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
170
internal static unsafe void ReleaseTypeAttr(this winmdroot.System.Com.ITypeInfo.Interface @this, in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
172
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)