⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myvc.def

📁 170话费查询系统
💻 DEF
字号:
; myvc.def : Declares the module parameters for the DLL.

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

EXPORTS
    ; Explicit exports can go here

;信号灯函数
CreateSemaphoneFile       @1
SetSemaphoneFile          @2
ReadSemaphoneFile         @3
CloseSemaphoneFile        @4
DiskSemaphoneFile         @5

;SQL通讯文件函数
CreateSQLCommandFile      @6
SetSQLCommandFile         @7
ReadSQLCommandFile        @8
CloseSQLCommandFile       @9
DiskSQLCommandFile        @10

;字符串函数
trimstr                   @11
upstring                  @12

;数据文件函数
GetFileString             @13
GetFileRecord             @14

;全局通讯区(GCA)函数
CreateGCA                 @15
SetGCA                    @16
ReadGCA                   @17
DiskGCA                   @18

;字段函数
GetFieldPos               @19
GetFieldValue             @20

;查询语法结构区(GSSA)函数
CreateQSSA                @21
SetQSSA                   @22
ReadQSSA                  @23
DiskQSSA                  @24
InitQSSA                  @25

;其它函数
WinPrintf                 @26
GetScreenShowWindow       @27
GetDataServerWindow       @28
GetDataClientWindow       @29

;语音解析函数
VocExp_Int                @30
VocExp_Digit              @31
VocExp_Real               @32
VocExp_Int20              @33
VocExp_Date				  @34
VocExp_Time				  @35
VocExp_Second			  @36
VocExp_Money_Yuan		  @37
VocExp_Money_Fen		  @38

ReplaceStr				  @39

;语音文件索引表
CreateVFIT				  @40
SetVFIT					  @41
ReadVFIT				  @42
CloseVFIT				  @43
DiskVFIT				  @44

;通道语音链表区
CreateCVCA				  @45
SetCVCA					  @46
ReadCVCA				  @47
CloseCVCA				  @48
DiskCVCA				  @49
SetCVCAVoiceChain         @50

;验证月份
VerifyMonth				  @51

;设置拒绝服务号码表(GCA)
SetGCARefuseCall		  @52

;判断通道占用
ChannelSeizedByThisApp    @53

;系统显示
SysPrintf                 @54

;校验拒绝号码
VerifyAni				  @55

;往语音通道上写事件
PostEventToVoice		  @56

;日期段型语音解析函数
VocExp_DateDuan			  @57

;创建资源共享琐
CreateShareLock			  @58

;等待并锁住资源
WaitLock				  @59

;释放资源
ReleaseLock				  @60

;获取系统时间
get_system_datetime		  @61

;空解析
VocExp_DoNothing		  @62

;返回语音链
send_voice_chain		  @63
;
GetCuiJiaoWindow          @64

⌨️ 快捷键说明

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