tcpclient_mod.def
来自「Windows CE下的客户端TCP/IP程序」· DEF 代码 · 共 10 行
DEF
10 行
; TcpClient_mod.def : Declares the module parameters for the DLL.
LIBRARY "TCPCLIENT_MOD"
;DESCRIPTION 'TCPCLIENT_MOD Windows CE Dynamic Link Library'
EXPORTS
; Explicit exports can go here
modTcp_Init
modTcp_End
modTcp_GetBuff
modTcp_Send
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?