11 references to TYPEKIND
Microsoft.Private.Windows.Core (11)
Windows.Win32.ITypeLib.g.cs (7)
77
/// <inheritdoc cref="GetTypeInfoType(uint, winmdroot.System.Com.
TYPEKIND
*)"/>
78
internal unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, out winmdroot.System.Com.
TYPEKIND
pTKind)
80
fixed (winmdroot.System.Com.
TYPEKIND
* pTKindLocal = &pTKind)
97
public unsafe winmdroot.Foundation.HRESULT GetTypeInfoType(uint index, winmdroot.System.Com.
TYPEKIND
* pTKind)
99
return ((delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.
TYPEKIND
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITypeLib*)Unsafe.AsPointer(ref this), index, pTKind);
308
internal delegate *unmanaged [Stdcall]<ITypeLib*,uint ,winmdroot.System.Com.
TYPEKIND
* ,winmdroot.Foundation.HRESULT> GetTypeInfoType_6;
339
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;