andrew4582

ExternDll

Nov 21st, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.02 KB | None | 0 0
  1. namespace System
  2. {
  3.     internal static class ExternDll
  4.     {
  5.         public const string Activeds = "activeds.dll";
  6.         public const string Advapi32 = "advapi32.dll";
  7.         public const string Comctl32 = "comctl32.dll";
  8.         public const string Comdlg32 = "comdlg32.dll";
  9.         public const string Crypt32 = "crypt32.dll";
  10.         public const string Gdi32 = "gdi32.dll";
  11.         public const string Gdiplus = "gdiplus.dll";
  12.         public const string Hhctrl = "hhctrl.ocx";
  13.         public const string Imm32 = "imm32.dll";
  14.         public const string Kernel32 = "kernel32.dll";
  15.         public const string Loadperf = "Loadperf.dll";
  16.         public const string Mqrt = "mqrt.dll";
  17.         public const string Mscoree = "mscoree.dll";
  18.         public const string Mscorwks = "mscorwks.dll";
  19.         public const string Msi = "msi.dll";
  20.         public const string Ntdll = "ntdll.dll";
  21.         internal const string OciDll = "oci.dll";
  22.         internal const string Odbc32 = "odbc32.dll";
  23.         public const string Ole32 = "ole32.dll";
  24.         public const string Oleacc = "oleacc.dll";
  25.         public const string Oleaut32 = "oleaut32.dll";
  26.         public const string Olepro32 = "olepro32.dll";
  27.         internal const string OraMtsDll = "oramts.dll";
  28.         public const string PerfCounter = "perfcounter.dll";
  29.         public const string Powrprof = "Powrprof.dll";
  30.         public const string Psapi = "psapi.dll";
  31.         public const string Shell32 = "shell32.dll";
  32.         public const string Shfolder = "shfolder.dll";
  33.         public const string Shlwapi = "shlwapi.dll";
  34.         internal const string SNI = "System.Data.dll";
  35.         public const string User32 = "user32.dll";
  36.         public const string Uxtheme = "uxtheme.dll";
  37.         public const string Version = "version.dll";
  38.         public const string Vsassert = "vsassert.dll";
  39.         public const string WinMM = "winmm.dll";
  40.         public const string Winspool = "winspool.drv";
  41.         public const string Wtsapi32 = "wtsapi32.dll";
  42.     }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment