empp.def

来自「[解决方法] 对上述程序改动如下: 发送端: MMM Send」· DEF 代码 · 共 15 行

DEF
15
字号
; empp.def : Declares the module parameters for the DLL.

LIBRARY      "empp"

EXPORTS
    ; Explicit exports can go here        

	init		@1
	sendSMS		@2
	getBalance		@3
	setDebug		@4
	getUnSend			@5
	getState				@6
	uninit		@7

⌨️ 快捷键说明

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