10 references to IMPLTYPEFLAGS
Microsoft.Private.Windows.Core (10)
Windows.Win32.ITypeInfo.g.cs (7)
188 /// <inheritdoc cref="GetImplTypeFlags(uint, winmdroot.System.Com.IMPLTYPEFLAGS*)"/> 189 internal unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, out winmdroot.System.Com.IMPLTYPEFLAGS pImplTypeFlags) 191 fixed (winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlagsLocal = &pImplTypeFlags) 206 public unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlags) 208 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITypeInfo*)Unsafe.AsPointer(ref this), index, pImplTypeFlags); 557 internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.IMPLTYPEFLAGS* ,winmdroot.Foundation.HRESULT> GetImplTypeFlags_10; 610 unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlags);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
73 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetImplTypeFlags(uint, winmdroot.System.Com.IMPLTYPEFLAGS*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(this winmdroot.System.Com.ITypeInfo.Interface @this, uint index, out winmdroot.System.Com.IMPLTYPEFLAGS pImplTypeFlags) 76 fixed (winmdroot.System.Com.IMPLTYPEFLAGS* pImplTypeFlagsLocal = &pImplTypeFlags)