jwawindllnames.pas 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {******************************************************************************}
  2. { }
  3. { API helper Unit for Object Pascal }
  4. { }
  5. { Portions created by Robert Marquardt are Copyright (C) 2005 }
  6. { Robert Marquardt. All Rights Reserved. }
  7. { }
  8. { Obtained through: Joint Endeavour of Delphi Innovators (Project JEDI) }
  9. { }
  10. { You may retrieve the latest version of this file at the Project JEDI }
  11. { APILIB home page, located at http://jedi-apilib.sourceforge.net }
  12. { }
  13. { The contents of this file are used with permission, subject to the Mozilla }
  14. { Public License Version 1.1 (the "License"); you may not use this file except }
  15. { in compliance with the License. You may obtain a copy of the License at }
  16. { http://www.mozilla.org/MPL/MPL-1.1.html }
  17. { }
  18. { Software distributed under the License is distributed on an "AS IS" basis, }
  19. { WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for }
  20. { the specific language governing rights and limitations under the License. }
  21. { }
  22. { Alternatively, the contents of this file may be used under the terms of the }
  23. { GNU Lesser General Public License (the "LGPL License"), in which case the }
  24. { provisions of the LGPL License are applicable instead of those above. }
  25. { If you wish to allow use of your version of this file only under the terms }
  26. { of the LGPL License and not to allow others to use your version of this file }
  27. { under the MPL, indicate your decision by deleting the provisions above and }
  28. { replace them with the notice and other provisions required by the LGPL }
  29. { License. If you do not delete the provisions above, a recipient may use }
  30. { your version of this file under either the MPL or the LGPL License. }
  31. { }
  32. { For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html }
  33. { }
  34. {******************************************************************************}
  35. // $Id: JwaWinDLLNames.pas,v 1.1 2005/09/06 16:02:48 marquardt Exp $
  36. unit JwaWinDLLNames;
  37. {$WEAKPACKAGEUNIT}
  38. {$I jediapilib.inc}
  39. interface
  40. const
  41. {$IFDEF UNICODE}
  42. AWSuffix = 'W';
  43. {$ELSE}
  44. AWSuffix = 'A';
  45. {$ENDIF UNICODE}
  46. aclapilib = 'advapi32.dll';
  47. acluilib = 'aclui.dll';
  48. advapi32 = 'advapi32.dll';
  49. authzlib = 'authz.dll';
  50. adslib = 'activeds.dll';
  51. btapi = 'irprops.cpl';
  52. comctl32 = 'comctl32.dll';
  53. credapi = 'advapi32.dll';
  54. credui = 'credui.dll';
  55. crypt32 = 'crypt32.dll';
  56. cryptuiapi = 'cryptui.dll';
  57. dhcpapi = 'dhcpcsvc.dll';
  58. dhcplib = 'dhcpsapi.dll';
  59. dnsapi = 'dnsapi.dll';
  60. dsprop = 'dsprop.dll';
  61. dssec = 'dssec.dll';
  62. dsuiext = 'dsuiext.dll';
  63. faultreplib = 'faultrep.dll';
  64. gdi32 = 'gdi32.dll';
  65. gpeditlib = 'gpedit.dll';
  66. hhctrl = 'hhctrl.ocx';
  67. icmplib = 'icmp.dll';
  68. ImageHlpLib = 'imagehlp.dll';
  69. imelib = 'user32.dll';
  70. iphlpapilib = 'iphlpapi.dll';
  71. kernel32 = 'kernel32.dll';
  72. LDAPLib = 'wldap32.dll';
  73. loadperflib = 'loadperf.dll';
  74. lpmlib = 'msidlpm.dll';
  75. mprlib = 'mpr.dll';
  76. msgina = 'msgina.dll';
  77. msilib = 'msi.dll';
  78. msimg32 = 'msimg32.dll';
  79. mswsocklib = 'mswsock.dll';
  80. netapi32 = 'netapi32.dll';
  81. netsh = 'netsh.exe';
  82. nsplib = 'wsock32.dll';
  83. ntdll = 'ntdll.dll';
  84. ntdsapilib = 'ntdsapi.dll';
  85. ntdsbclilib = 'ntdsbclilib.dll';
  86. opengl32 = 'opengl32.dll';
  87. patchapi = 'mspatcha.dll';
  88. patchwiz = 'patchwiz.dll'; // mvb Installed in Samples\SysMgmt\Msi\Patching
  89. PdhLib = 'pdh.dll';
  90. powrproflib = 'powrprof.dll';
  91. PsapiLib = 'psapi.dll';
  92. querylib = 'query.dll';
  93. qosname = 'qosname.dll';
  94. rpclib = 'rpcrt4.dll'; // 19/07/2005 fixed typo reported by primoz
  95. rpcns4 = 'rpcns4.dll';
  96. secur32 = 'secur32.dll';
  97. sensapilib = 'sensapi.dll';
  98. Sfclib = 'sfc.dll';
  99. sisbkuplib = 'sisbkup.dll';
  100. snmpapilib = 'snmpapi.dll';
  101. softpub = 'softpub.dll';
  102. sporderlib = 'sporder.dll';
  103. srclient = 'srclient.dll';
  104. themelib = 'uxtheme.dll';
  105. trafficlib = 'traffic.dll';
  106. user32 = 'user32.dll';
  107. userenvlib = 'userenv.dll';
  108. versionlib = 'version.dll';
  109. winberapi = 'wldap32.dll';
  110. winfax = 'winfax.dll';
  111. winspool32 = 'winspool32.drv';
  112. winternl_lib = 'ntdll.dll';
  113. wow16lib = 'kernel32.dll';
  114. wow32lib = 'wow32.dll';
  115. wpapilib = 'wpapi.dll';
  116. ws2_32 = 'ws2_32.dll';
  117. wsock32 = 'wsock32.dll';
  118. wtsapi = 'wtsapi32.dll';
  119. implementation
  120. end.