File: IUnknownConstants.cs | Web Access |
Project: src\src\libraries\System.Runtime.InteropServices\gen\ComInterfaceGenerator\ComInterfaceGenerator.csproj (Microsoft.Interop.ComInterfaceGenerator) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Interop { internal static class IUnknownConstants { public const int QueryInterfaceIndex = 0; public const int AddRefIndex = 1; public const int ReleaseIndex = 2; public const int VTableSize = 3; } } |