faxengine.def

来自「fax engine 传真引擎 relay fax 的开源项目 商业软件使用 高」· DEF 代码 · 共 33 行

DEF
33
字号
; FaxEngine.def : Declares the module parameters for the DLL.

LIBRARY      "FaxEngine"
DESCRIPTION  'RelayFax FaxEngine'

EXPORTS
    ; Explicit exports can go here

	FaxApiDeleteMessage
	FaxApiCreateModem
	FaxApiSetCommParam
	FaxApiSetFlowControl
	FaxApiSetPort
	FaxApiSetSpkrParams
	FaxApiSetDistinctiveRing
	FaxApiSetInitString
	FaxApiSetSendEncoding
	FaxApiSetSendECM
	FaxApiSetSendFine
	FaxApiSetSendUnlimited
	FaxApiSetPulseDialing
	FaxApiSetCSID
	FaxApiSetSendBaud
	FaxApiSetRecvBaud
	FaxApiStartThread
	FaxApiWaitForModemToExit
	FaxApiSendFax
	FaxApiReceiveFax
	FaxApiAbortFax
	FaxApiDisconnect
	FaxApiClearRingCount
	FaxApiEnableDebugLog
	FaxApiSetMaxPageRetries

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?