File: MS\Win32\externdll.cs
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClientSideProviders\UIAutomationClientSideProviders.csproj (UIAutomationClientSideProviders)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
 
namespace MS.Win32
{
    internal class ExternDll
    {
        // To appease the FxCop
        private ExternDll()
        { }
 
        internal const string Gdiplus = "gdiplus.dll";
        internal const string User32 = "user32.dll";
        internal const string Shfolder = "shfolder.dll";
        internal const string Imm32 = "imm32.dll";
        internal const string Advapi32 = "advapi32.dll";
        internal const string Shell32 = "shell32.dll";
        internal const string Kernel32 = "kernel32.dll";
        internal const string Comctl32 = "comctl32.dll";
        internal const string Oleaut32 = "oleaut32.dll";
        internal const string Olepro32 = "olepro32.dll";
        internal const string Ole32 = "ole32.dll";
        internal const string Gdi32 = "gdi32.dll";
        internal const string Comdlg32 = "comdlg32.dll";
        internal const string Uxtheme = "uxtheme.dll";
        internal const string Oleacc = "oleacc.dll";
        internal const string Hhctrl = "hhctrl.ocx";
        internal const string Winspool = "winspool.drv";
        internal const string Psapi = "psapi.dll";
        internal const string Ntdll = "ntdll.dll";
        internal const string Version = "version.dll";
        internal const string Vsassert = "vsassert.dll";
        internal const string Mscoree = "mscoree.dll";
        internal const string Msi = "msi.dll";
        internal const string Mqrt = "mqrt.dll";
        internal const string Activeds = "activeds.dll";
        internal const string Loadperf = "Loadperf.dll";
        internal const string DwmAPI = "dwmapi.dll";
    }
}