29 references to TYPEATTR
System.Private.Windows.Core (22)
_generated\163\Windows.Win32.ITypeInfo.g.cs (16)
56
/// <inheritdoc cref="GetTypeAttr(winmdroot.System.Com.
TYPEATTR
**)"/>
58
internal unsafe winmdroot.Foundation.HRESULT GetTypeAttr(out winmdroot.System.Com.
TYPEATTR
* ppTypeAttr)
60
fixed (winmdroot.System.Com.
TYPEATTR
** ppTypeAttrLocal = &ppTypeAttr)
70
private static winmdroot.Foundation.HRESULT GetTypeAttr(ITypeInfo* pThis, winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
94
public unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
96
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTypeAttr);
843
/// <inheritdoc cref="ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
845
internal unsafe void ReleaseTypeAttr(in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
847
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)
856
private static void ReleaseTypeAttr(ITypeInfo* pThis, winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
876
public unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
878
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void>)lpVtbl[19])((ITypeInfo*)Unsafe.AsPointer(ref this), pTypeAttr);
986
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT> GetTypeAttr_4;
1018
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void> ReleaseTypeAttr_20;
1066
unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr);
1114
unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr);
_generated\246\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)
System.Windows.Forms (6)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
198
TYPEATTR
* pTypeAttr;
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
285
TYPEATTR
* pTypeAttr = null;
364
TYPEATTR
* pTypeAttr = null;
598
TYPEATTR
* typeAttributes;
695
TYPEATTR
* pTypeAttr;
824
TYPEATTR
* pTypeAttr;
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
42
typeInfo->GetTypeAttr(out
TYPEATTR
* typeAttributes).ThrowOnFailure();