| File: MS\Internal\WindowsRuntime\Generated\WinRT_Interop.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.csproj (PresentationFramework) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; #pragma warning disable CS0649 namespace WinRT.Interop { // IActivationFactory [Guid("00000035-0000-0000-C000-000000000046")] internal struct IActivationFactoryVftbl { public unsafe delegate int _ActivateInstance(IntPtr pThis, out IntPtr instance); public IInspectable.Vftbl IInspectableVftbl; public _ActivateInstance ActivateInstance; } // IDelegate internal struct IDelegateVftbl { public IUnknownVftbl IUnknownVftbl; public IntPtr Invoke; } }