Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

349 lines
7.6 KiB

  1. LIBRARY TARGET_NAME
  2. EXPORTS
  3. ;;;;;;;;;;;;;;;;;;;;
  4. ; Legacy functions ;
  5. ;;;;;;;;;;;;;;;;;;;;
  6. FaxAbort
  7. FaxAccessCheck
  8. FaxClose
  9. FaxCompleteJobParamsA
  10. FaxCompleteJobParamsW
  11. FaxConnectFaxServerA
  12. FaxConnectFaxServerW
  13. FaxEnableRoutingMethodA
  14. FaxEnableRoutingMethodW
  15. FaxEnumGlobalRoutingInfoA
  16. FaxEnumGlobalRoutingInfoW
  17. FaxEnumJobsA
  18. FaxEnumJobsW
  19. FaxEnumPortsA
  20. FaxEnumPortsW
  21. FaxEnumRoutingMethodsA
  22. FaxEnumRoutingMethodsW
  23. FaxFreeBuffer
  24. FaxGetConfigurationA
  25. FaxGetConfigurationW
  26. FaxGetDeviceStatusA
  27. FaxGetDeviceStatusW
  28. FaxGetJobA
  29. FaxGetJobW
  30. FaxGetLoggingCategoriesA
  31. FaxGetLoggingCategoriesW
  32. FaxGetPageData
  33. FaxGetPortA
  34. FaxGetPortW
  35. FaxGetRoutingInfoA
  36. FaxGetRoutingInfoW
  37. FaxInitializeEventQueue
  38. FaxOpenPort
  39. FaxPrintCoverPageA
  40. FaxPrintCoverPageW
  41. FaxRegisterRoutingExtensionW
  42. FaxSendDocumentA
  43. FaxSendDocumentW
  44. FaxSendDocumentForBroadcastA
  45. FaxSendDocumentForBroadcastW
  46. FaxSetConfigurationA
  47. FaxSetConfigurationW
  48. FaxSetGlobalRoutingInfoA
  49. FaxSetGlobalRoutingInfoW
  50. FaxSetJobA
  51. FaxSetJobW
  52. FaxSetLoggingCategoriesA
  53. FaxSetLoggingCategoriesW
  54. FaxSetPortA
  55. FaxSetPortW
  56. FaxSetRoutingInfoA
  57. FaxSetRoutingInfoW
  58. FaxStartPrintJobA
  59. FaxStartPrintJobW
  60. ;;;;;;;;;;;;;;;;;;;;;;;;;;
  61. ; New extended functions ;
  62. ;;;;;;;;;;;;;;;;;;;;;;;;;;
  63. FaxGetSecurity
  64. FaxGetSecurityEx
  65. FaxSetSecurity
  66. FaxAccessCheckEx
  67. FaxRelease
  68. FaxSendDocumentExA
  69. FaxSendDocumentExW
  70. FaxGetCountryListA
  71. #ifndef UNICODE
  72. FaxGetCountryListW = FaxGetCountryListX
  73. #else
  74. FaxGetCountryListW
  75. #endif
  76. FaxSetSenderInformation
  77. FaxGetSenderInformation
  78. FaxFreeSenderInformation
  79. FaxGetQueueStates
  80. FaxSetQueue
  81. FaxGetReceiptsConfigurationA
  82. #ifndef UNICODE
  83. FaxGetReceiptsConfigurationW = FaxGetReceiptsConfigurationX
  84. #else
  85. FaxGetReceiptsConfigurationW
  86. #endif
  87. FaxSetReceiptsConfigurationA
  88. #ifndef UNICODE
  89. FaxSetReceiptsConfigurationW = FaxSetReceiptsConfigurationX
  90. #else
  91. FaxSetReceiptsConfigurationW
  92. #endif
  93. FaxGetReceiptsOptions
  94. FaxGetPersonalCoverPagesOption
  95. FaxGetVersion
  96. FaxGetOutboxConfiguration
  97. FaxSetOutboxConfiguration
  98. FaxGetRecipientInfoA
  99. #ifndef UNICODE
  100. FaxGetRecipientInfoW = FaxGetRecipientInfoX
  101. #else
  102. FaxGetRecipientInfoW
  103. #endif
  104. FaxGetSenderInfoA
  105. #ifndef UNICODE
  106. FaxGetSenderInfoW = FaxGetSenderInfoX
  107. #else
  108. FaxGetSenderInfoW
  109. #endif
  110. FaxGetArchiveConfigurationA
  111. #ifndef UNICODE
  112. FaxGetArchiveConfigurationW = FaxGetArchiveConfigurationX
  113. #else
  114. FaxGetArchiveConfigurationW
  115. #endif
  116. FaxSetArchiveConfigurationA
  117. #ifndef UNICODE
  118. FaxSetArchiveConfigurationW = FaxSetArchiveConfigurationX
  119. #else
  120. FaxSetArchiveConfigurationW
  121. #endif
  122. FaxGetActivityLoggingConfigurationA
  123. #ifndef UNICODE
  124. FaxGetActivityLoggingConfigurationW = FaxGetActivityLoggingConfigurationX
  125. #else
  126. FaxGetActivityLoggingConfigurationW
  127. #endif
  128. FaxSetActivityLoggingConfigurationA
  129. #ifndef UNICODE
  130. FaxSetActivityLoggingConfigurationW = FaxSetActivityLoggingConfigurationX
  131. #else
  132. FaxSetActivityLoggingConfigurationW
  133. #endif
  134. FaxEnumerateProvidersA
  135. #ifndef UNICODE
  136. FaxEnumerateProvidersW = FaxEnumerateProvidersX
  137. #else
  138. FaxEnumerateProvidersW
  139. #endif
  140. FaxGetPortExA
  141. #ifndef UNICODE
  142. FaxGetPortExW = FaxGetPortExX
  143. #else
  144. FaxGetPortExW
  145. #endif
  146. FaxSetPortExA
  147. #ifndef UNICODE
  148. FaxSetPortExW = FaxSetPortExX
  149. #else
  150. FaxSetPortExW
  151. #endif
  152. FaxEnumPortsExA
  153. #ifndef UNICODE
  154. FaxEnumPortsExW = FaxEnumPortsExX
  155. #else
  156. FaxEnumPortsExW
  157. #endif
  158. FaxGetJobExA
  159. #ifndef UNICODE
  160. FaxGetJobExW = FaxGetJobExX
  161. #else
  162. FaxGetJobExW
  163. #endif
  164. FaxEnumJobsExA
  165. #ifndef UNICODE
  166. FaxEnumJobsExW = FaxEnumJobsExX
  167. #else
  168. FaxEnumJobsExW
  169. #endif
  170. FaxGetExtensionDataA
  171. #ifndef UNICODE
  172. FaxGetExtensionDataW = FaxGetExtensionDataX
  173. #else
  174. FaxGetExtensionDataW
  175. #endif
  176. FaxSetExtensionDataA
  177. #ifndef UNICODE
  178. FaxSetExtensionDataW = FaxSetExtensionDataX
  179. #else
  180. FaxSetExtensionDataW
  181. #endif
  182. FaxAddOutboundGroupA
  183. #ifndef UNICODE
  184. FaxAddOutboundGroupW = FaxAddOutboundGroupX
  185. #else
  186. FaxAddOutboundGroupW
  187. #endif
  188. FaxSetOutboundGroupA
  189. #ifndef UNICODE
  190. FaxSetOutboundGroupW = FaxSetOutboundGroupX
  191. #else
  192. FaxSetOutboundGroupW
  193. #endif
  194. FaxSetDeviceOrderInGroupA
  195. #ifndef UNICODE
  196. FaxSetDeviceOrderInGroupW = FaxSetDeviceOrderInGroupX
  197. #else
  198. FaxSetDeviceOrderInGroupW
  199. #endif
  200. FaxRemoveOutboundGroupA
  201. #ifndef UNICODE
  202. FaxRemoveOutboundGroupW = FaxRemoveOutboundGroupX
  203. #else
  204. FaxRemoveOutboundGroupW
  205. #endif
  206. FaxEnumOutboundGroupsA
  207. #ifndef UNICODE
  208. FaxEnumOutboundGroupsW = FaxEnumOutboundGroupsX
  209. #else
  210. FaxEnumOutboundGroupsW
  211. #endif
  212. FaxAddOutboundRuleA
  213. #ifndef UNICODE
  214. FaxAddOutboundRuleW = FaxAddOutboundRuleX
  215. #else
  216. FaxAddOutboundRuleW
  217. #endif
  218. FaxEnumOutboundRulesA
  219. #ifndef UNICODE
  220. FaxEnumOutboundRulesW = FaxEnumOutboundRulesX
  221. #else
  222. FaxEnumOutboundRulesW
  223. #endif
  224. FaxSetOutboundRuleA
  225. #ifndef UNICODE
  226. FaxSetOutboundRuleW = FaxSetOutboundRuleX
  227. #else
  228. FaxSetOutboundRuleW
  229. #endif
  230. FaxRemoveOutboundRule
  231. FaxRegisterServiceProviderExA
  232. #ifndef UNICODE
  233. FaxRegisterServiceProviderExW = FaxRegisterServiceProviderExX
  234. #else
  235. FaxRegisterServiceProviderExW
  236. #endif
  237. FaxUnregisterServiceProviderExA
  238. #ifndef UNICODE
  239. FaxUnregisterServiceProviderExW = FaxUnregisterServiceProviderExX
  240. #else
  241. FaxUnregisterServiceProviderExW
  242. #endif
  243. FaxUnregisterRoutingExtensionA
  244. #ifndef UNICODE
  245. FaxUnregisterRoutingExtensionW = FaxUnregisterRoutingExtensionX
  246. #else
  247. FaxUnregisterRoutingExtensionW
  248. #endif
  249. FaxStartMessagesEnum
  250. FaxEndMessagesEnum
  251. FaxEnumMessagesA
  252. #ifndef UNICODE
  253. FaxEnumMessagesW = FaxEnumMessagesX
  254. #else
  255. FaxEnumMessagesW
  256. #endif
  257. FaxGetMessageA
  258. #ifndef UNICODE
  259. FaxGetMessageW = FaxGetMessageX
  260. #else
  261. FaxGetMessageW
  262. #endif
  263. FaxRemoveMessage
  264. FaxGetMessageTiffA
  265. FaxGetMessageTiffW
  266. FaxRegisterForServerEvents
  267. FaxUnregisterForServerEvents
  268. FaxGetServerActivity
  269. FaxAnswerCall
  270. FaxGetConfigWizardUsed
  271. FaxSetConfigWizardUsed
  272. FaxRefreshArchive
  273. FaxEnumRoutingExtensionsA
  274. #ifndef UNICODE
  275. FaxEnumRoutingExtensionsW = FaxEnumRoutingExtensionsX
  276. #else
  277. FaxEnumRoutingExtensionsW
  278. #endif
  279. FaxStartPrintJob2W
  280. FaxGetServicePrintersA
  281. #ifndef UNICODE
  282. FaxGetServicePrintersW = FaxGetServicePrintersX
  283. #else
  284. FaxGetServicePrintersW
  285. #endif
  286. FXSAPIInitialize
  287. FXSAPIFree
  288. FaxGetReportedServerAPIVersion
  289. IsDeviceVirtual
  290. ;;;;;;;;;;;;;;;;;;;;;;;;;;
  291. ; API version 2.0 ;
  292. ;;;;;;;;;;;;;;;;;;;;;;;;;;
  293. FaxGetRecipientsLimit
  294. FaxGetServerSKU
  295. FaxCheckValidFaxFolder