2
0

jwawindllnames.pas 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. {$IFNDEF JWA_OMIT_SECTIONS}
  36. // $Id: JwaWinDLLNames.pas,v 1.2 2007/09/05 11:58:53 dezipaitor Exp $
  37. unit JwaWinDLLNames;
  38. {$WEAKPACKAGEUNIT}
  39. {$I jediapilib.inc}
  40. interface
  41. {$ENDIF JWA_OMIT_SECTIONS}
  42. {$IFNDEF JWA_IMPLEMENTATIONSECTION}
  43. const
  44. {$IFDEF UNICODE}
  45. AWSuffix = 'W';
  46. {$ELSE}
  47. AWSuffix = 'A';
  48. {$ENDIF UNICODE}
  49. aclapilib = 'advapi32.dll';
  50. acluilib = 'aclui.dll';
  51. advapi32 = 'advapi32.dll';
  52. authzlib = 'authz.dll';
  53. adslib = 'activeds.dll';
  54. btapi = 'irprops.cpl';
  55. comctl32 = 'comctl32.dll';
  56. credapi = 'advapi32.dll';
  57. credui = 'credui.dll';
  58. crypt32 = 'crypt32.dll';
  59. cryptnet = 'cryptnet.dll';
  60. cryptuiapi = 'cryptui.dll';
  61. dhcpapi = 'dhcpcsvc.dll';
  62. dhcplib = 'dhcpsapi.dll';
  63. dnsapi = 'dnsapi.dll';
  64. dsprop = 'dsprop.dll';
  65. dssec = 'dssec.dll';
  66. dsuiext = 'dsuiext.dll';
  67. faultreplib = 'faultrep.dll';
  68. gdi32 = 'gdi32.dll';
  69. gpeditlib = 'gpedit.dll';
  70. hhctrl = 'hhctrl.ocx';
  71. icmplib = 'icmp.dll';
  72. ImageHlpLib = 'imagehlp.dll';
  73. imelib = 'user32.dll';
  74. iphlpapilib = 'iphlpapi.dll';
  75. kernel32 = 'kernel32.dll';
  76. LDAPLib = 'wldap32.dll';
  77. loadperflib = 'loadperf.dll';
  78. lpmlib = 'msidlpm.dll';
  79. mprlib = 'mpr.dll';
  80. msgina = 'msgina.dll';
  81. msilib = 'msi.dll';
  82. msimg32 = 'msimg32.dll';
  83. mswsocklib = 'mswsock.dll';
  84. netapi32 = 'netapi32.dll';
  85. netsh = 'netsh.exe';
  86. nsplib = 'wsock32.dll';
  87. ntdll = 'ntdll.dll';
  88. ntdsapilib = 'ntdsapi.dll';
  89. ntdsbclilib = 'ntdsbclilib.dll';
  90. opengl32 = 'opengl32.dll';
  91. patchapi = 'mspatcha.dll';
  92. patchwiz = 'patchwiz.dll'; // mvb Installed in Samples\SysMgmt\Msi\Patching
  93. PdhLib = 'pdh.dll';
  94. powrproflib = 'powrprof.dll';
  95. PsapiLib = 'psapi.dll';
  96. querylib = 'query.dll';
  97. qosname = 'qosname.dll';
  98. rpclib = 'rpcrt4.dll'; // 19/07/2005 fixed typo reported by primoz
  99. rpcns4 = 'rpcns4.dll';
  100. secur32 = 'secur32.dll';
  101. sensapilib = 'sensapi.dll';
  102. Sfclib = 'sfc.dll';
  103. sisbkuplib = 'sisbkup.dll';
  104. snmpapilib = 'snmpapi.dll';
  105. softpub = 'softpub.dll';
  106. sporderlib = 'sporder.dll';
  107. srclient = 'srclient.dll';
  108. themelib = 'uxtheme.dll';
  109. trafficlib = 'traffic.dll';
  110. user32 = 'user32.dll';
  111. userenvlib = 'userenv.dll';
  112. utildll = 'utildll.dll';
  113. versionlib = 'version.dll';
  114. winberapi = 'wldap32.dll';
  115. winfax = 'winfax.dll';
  116. winspool32 = 'winspool32.drv';
  117. winstaDLL = 'winsta.dll';
  118. winternl_lib = 'ntdll.dll';
  119. wow16lib = 'kernel32.dll';
  120. wow32lib = 'wow32.dll';
  121. wpapilib = 'wpapi.dll';
  122. ws2_32 = 'ws2_32.dll';
  123. wsock32 = 'wsock32.dll';
  124. wtsapi = 'wtsapi32.dll';
  125. SetupApiModuleName = 'SetupApi.dll';
  126. CfgMgrDllName = 'cfgmgr32.dll';
  127. {$ENDIF JWA_IMPLEMENTATIONSECTION}
  128. {$IFNDEF JWA_OMIT_SECTIONS}
  129. implementation
  130. //uses ...
  131. {$ENDIF JWA_OMIT_SECTIONS}
  132. {$IFNDEF JWA_INTERFACESECTION}
  133. //your implementation here
  134. {$ENDIF JWA_INTERFACESECTION}
  135. {$IFNDEF JWA_OMIT_SECTIONS}
  136. end.
  137. {$ENDIF JWA_OMIT_SECTIONS}