14 references to TYPEKIND
System.Private.Windows.Core (12)
Windows.Win32.ITypeLib.g.cs (8)
115 /// <inheritdoc cref="GetTypeInfoType(uint, winmdroot.System.Com.TYPEKIND*)"/> 116 internal unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, out winmdroot.System.Com.TYPEKIND pTKind) 118 fixed (winmdroot.System.Com.TYPEKIND* pTKindLocal = &pTKind) 128 private static winmdroot.Foundation.HRESULT GetTypeInfoType(ITypeLib* pThis, uint index, winmdroot.System.Com.TYPEKIND* pTKind) 155 public unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, winmdroot.System.Com.TYPEKIND* pTKind) 157 return ((delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.TYPEKIND* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeLib*)Unsafe.AsPointer(ref this), index, pTKind); 504 internal delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.TYPEKIND* ,winmdroot.Foundation.HRESULT> GetTypeInfoType_6; 559 unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, winmdroot.System.Com.TYPEKIND* pTKind);
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.GetTypeInfoType(uint, winmdroot.System.Com.TYPEKIND*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(this winmdroot.System.Com.ITypeLib.Interface @this, uint index, out winmdroot.System.Com.TYPEKIND pTKind) 26 fixed (winmdroot.System.Com.TYPEKIND* pTKindLocal = &pTKind)
Windows.Win32.TYPEATTR.g.cs (1)
51 internal winmdroot.System.Com.TYPEKIND typekind;
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
12using static Windows.Win32.System.Com.TYPEKIND;
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
258Assert.Equal(TYPEKIND.TKIND_DISPATCH, pTypeAttr->typekind);