11 references to TYPEKIND
Microsoft.Private.Windows.Core (11)
_generated\163\Windows.Win32.ITypeLib.g.cs (7)
78 /// <inheritdoc cref="GetTypeInfoType(uint, winmdroot.System.Com.TYPEKIND*)"/> 80 internal unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, out winmdroot.System.Com.TYPEKIND pTKind) 82 fixed (winmdroot.System.Com.TYPEKIND* pTKindLocal = &pTKind) 99 public unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, winmdroot.System.Com.TYPEKIND* pTKind) 101 return ((delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.TYPEKIND* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeLib*)Unsafe.AsPointer(ref this), index, pTKind); 340 internal delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.TYPEKIND* ,winmdroot.Foundation.HRESULT> GetTypeInfoType_6; 376 unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, winmdroot.System.Com.TYPEKIND* pTKind);
_generated\246\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)
_generated\260\Windows.Win32.TYPEATTR.g.cs (1)
51 internal winmdroot.System.Com.TYPEKIND typekind;