jindisms.def

来自「使用手机发送和接收短信时所使用的DLL,绝对可用的源码」· DEF 代码 · 共 19 行

DEF
19
字号
; JindiSMS.def : Declares the module parameters for the DLL.

LIBRARY      "JindiSMS"
DESCRIPTION  'JindiSMS Windows Dynamic Link Library'

EXPORTS
    ; Explicit exports can go here
	OpenCom             @1
	CloseCom            @2
	ATCommand           @3
	SendMsg             @4
	DeleteMsg           @5
	ReadMsg             @6
	GetSmsc             @7
	SMSInit             @8
	SetSmsc             @9
	ReadAllMsg          @10
	SetSendModle        @11

⌨️ 快捷键说明

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