20 references to TYPEATTR
Microsoft.Private.Windows.Core (20)
_generated\162\Windows.Win32.ITypeInfo.g.cs (14)
55
/// <inheritdoc cref="GetTypeAttr(winmdroot.System.Com.
TYPEATTR
**)"/>
57
internal unsafe winmdroot.Foundation.HRESULT GetTypeAttr(out winmdroot.System.Com.
TYPEATTR
* ppTypeAttr)
59
fixed (winmdroot.System.Com.
TYPEATTR
** ppTypeAttrLocal = &ppTypeAttr)
73
public unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
75
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTypeAttr);
522
/// <inheritdoc cref="ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
524
internal unsafe void ReleaseTypeAttr(in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
526
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)
537
public unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
539
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void>)lpVtbl[19])((ITypeInfo*)Unsafe.AsPointer(ref this), pTypeAttr);
611
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT> GetTypeAttr_4;
643
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void> ReleaseTypeAttr_20;
663
unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr);
711
unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr);
_generated\245\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)
219
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
220
internal static unsafe void ReleaseTypeAttr(this winmdroot.System.Com.ITypeInfo.Interface @this, in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
222
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)