namespace Vanara.PInvoke { /// Holds string values for all used external API libraries. public static partial class Lib { /// The acl UI public const string AclUI = "aclui.dll"; /// The adv api32 public const string AdvApi32 = "advapi32.dll"; /// The authz public const string Authz = "authz.dll"; /// bcrypt.dll public const string Bcrypt = "bcrypt.dll"; /// cabinet.dll public const string Cabinet = "cabinet.dll"; /// cldapi.dll public const string CldApi = "cldapi.dll"; /// The COM CTL32 public const string ComCtl32 = "comctl32.dll"; /// The cred UI public const string CredUI = "credui.dll"; /// The crypt32.dll public const string Crypt32 = "crypt32.dll"; /// The cryptdlg.dll public const string CryptDlg = "cryptdlg.dll"; /// The cryptnet.dll public const string Cryptnet = "cryptnet.dll"; /// The cryptui.dll public const string CryptUI = "cryptui.dll"; /// The d2d1.dll for Direct2D public const string D2d1 = "d2d1.dll"; /// The dnsapi.dll public const string Dnsapi = "dnsapi.dll"; /// The DWM API public const string DwmApi = "dwmapi.dll"; /// The dxgi.dll public const string DXGI = "dxgi.dll"; /// The gdi32 public const string Gdi32 = "gdi32.dll"; /// The gdi32 public const string IpHlpApi = "iphlpapi.dll"; /// The kernel32 public const string Kernel32 = "kernel32.dll"; /// The kernel base public const string KernelBase = "kernelbase.dll"; /// The Kernel Transaction Manager (KTM) public const string Ktmw32 = "ktmw32.dll"; /// The MPR public const string Mpr = "mpr.dll"; /// The mstask public const string Mstask = "mstask.dll"; /// ncrypt.dll public const string Ncrypt = "ncrypt.dll"; /// The net api32 public const string NetApi32 = "netapi32.dll"; /// The normaliz public const string Normaliz = "normaliz.dll"; /// The nt DLL public const string NtDll = "ntdll.dll"; /// The NTDS API public const string NTDSApi = "ntdsapi.dll"; /// The ole32 public const string Ole32 = "ole32.dll"; /// The oleacc dll public const string Oleacc = "oleacc.dll"; /// The OLE aut32 public const string OleAut32 = "oleaut32.dll"; /// The pdh.dll public const string Pdh = "pdh.dll"; /// The power profiling DLL. public const string PowrProf = "powrprof.dll"; /// The prntvpt.dll public const string PrntvPt = "prntvpt.dll"; /// projectedfslib.dll public const string ProjectedFSLib = "projectedfslib.dll"; /// The property system public const string PropSys = "propsys.dll"; /// The Schannel public const string Schannel = "schannel.dll"; /// The secur32 public const string Secur32 = "secur32.dll"; /// The shell32 public const string Shell32 = "shell32.dll"; /// The shlwapi public const string Shlwapi = "shlwapi.dll"; /// The sspi cli public const string SspiCli = "sspicli.dll"; /// The tokenbinding public const string Tokenbinding = "tokenbinding.dll"; /// The url.dll public const string Url = "url.dll"; /// The urlmon.dll public const string UrlMon = "urlmon.dll"; /// The user32 public const string User32 = "user32.dll"; /// The userenv.dll public const string Userenv = "userenv.dll"; /// The ux theme public const string UxTheme = "uxtheme.dll"; /// The vertdll public const string VertDll = "vertdll.dll"; /// The virt disk public const string VirtDisk = "virtdisk.dll"; /// The dll for Windows Connection Management. public const string Wcmapi = "wcmapi.dll"; /// The dll for Windows Error Reporting. public const string Wer = "wer.dll"; /// The dll for WIC. public const string Windowscodecs = "windowscodecs.dll"; /// The win inet public const string WinInet = "wininet.dll"; /// The winspool.dll public const string Winspool = "winspool.drv"; /// The wintrust.dll public const string Wintrust = "wintrust.dll"; /// The dll for Native Wifi public const string Wlanapi = "wlanapi.dll"; /// The dll for Native Wifi UI public const string Wlanui = "wlanui.dll"; /// The Winsock2 dll public const string Ws2_32 = "ws2_32.dll"; /// The XpsPrint dll public const string XpsPrint = "xpsprint.dll"; } }