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"; /// 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 DWM API public const string DwmApi = "dwmapi.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 MPR public const string Mpr = "mpr.dll"; /// The mstask public const string Mstask = "mstask.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 OLE aut32 public const string OleAut32 = "oleaut32.dll"; /// The property system public const string PropSys = "propsys.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 user32 public const string User32 = "user32.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 win inet public const string WinInet = "wininet.dll"; } }