31 references to TYPEATTR
System.Private.Windows.Core (22)
Windows.Win32.ITypeInfo.g.cs (16)
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)
67
private static winmdroot.Foundation.HRESULT GetTypeAttr(ITypeInfo* pThis, winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
91
public unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr)
93
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITypeInfo*)Unsafe.AsPointer(ref this), ppTypeAttr);
781
/// <inheritdoc cref="ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
*)"/>
782
internal unsafe void ReleaseTypeAttr(in winmdroot.System.Com.
TYPEATTR
pTypeAttr)
784
fixed (winmdroot.System.Com.
TYPEATTR
* pTypeAttrLocal = &pTypeAttr)
793
private static void ReleaseTypeAttr(ITypeInfo* pThis, winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
813
public unsafe void ReleaseTypeAttr(winmdroot.System.Com.
TYPEATTR
* pTypeAttr)
815
((delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void>)lpVtbl[19])((ITypeInfo*)Unsafe.AsPointer(ref this), pTypeAttr);
919
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
** ,winmdroot.Foundation.HRESULT> GetTypeAttr_4;
951
internal delegate *unmanaged [Stdcall]<ITypeInfo*,winmdroot.System.Com.
TYPEATTR
* ,void> ReleaseTypeAttr_20;
999
unsafe winmdroot.Foundation.HRESULT GetTypeAttr(winmdroot.System.Com.
TYPEATTR
** ppTypeAttr);
1047
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)
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.Interop.Tests (1)
AccessibleObjectTests.cs (1)
755
TYPEATTR
* typeattr = default;
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
42
typeInfo->GetTypeAttr(out
TYPEATTR
* typeAttributes).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
247
TYPEATTR
* pTypeAttr = null;