10 references to IMPLTYPEFLAGS
Microsoft.Private.Windows.Core (10)
_generated\162\Windows.Win32.ITypeInfo.g.cs (7)
196 /// <inheritdoc cref="GetImplTypeFlags(uint, winmdroot.System.Com.IMPLTYPEFLAGS*)"/> 198 internal unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, out winmdroot.System.Com.IMPLTYPEFLAGS pImplTypeFlags) 200 fixed (winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlagsLocal = &pImplTypeFlags) 215 public unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlags) 217 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITypeInfo*)Unsafe.AsPointer(ref this), index, pImplTypeFlags); 623 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT> GetImplTypeFlags_10; 681 unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlags);
_generated\245\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
77 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetImplTypeFlags(uint, winmdroot.System.Com.IMPLTYPEFLAGS*)"/> 78 internal static unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(this winmdroot.System.Com.ITypeInfo.Interface @this, uint index, out winmdroot.System.Com.IMPLTYPEFLAGS pImplTypeFlags) 80 fixed (winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlagsLocal = &pImplTypeFlags)