FaxEngine.def
上传用户:glass0516
上传日期:2010-01-11
资源大小:104k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

Visual C++

  1. ; FaxEngine.def : Declares the module parameters for the DLL.
  2. LIBRARY      "FaxEngine"
  3. DESCRIPTION  'RelayFax FaxEngine'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6. FaxApiDeleteMessage
  7. FaxApiCreateModem
  8. FaxApiSetCommParam
  9. FaxApiSetFlowControl
  10. FaxApiSetPort
  11. FaxApiSetSpkrParams
  12. FaxApiSetDistinctiveRing
  13. FaxApiSetInitString
  14. FaxApiSetSendEncoding
  15. FaxApiSetSendECM
  16. FaxApiSetSendFine
  17. FaxApiSetSendUnlimited
  18. FaxApiSetPulseDialing
  19. FaxApiSetCSID
  20. FaxApiSetSendBaud
  21. FaxApiSetRecvBaud
  22. FaxApiStartThread
  23. FaxApiWaitForModemToExit
  24. FaxApiSendFax
  25. FaxApiReceiveFax
  26. FaxApiAbortFax
  27. FaxApiDisconnect
  28. FaxApiClearRingCount
  29. FaxApiEnableDebugLog
  30. FaxApiSetMaxPageRetries