sendrecv.h
来自「小灵通系统网关程序」· C头文件 代码 · 共 23 行
H
23 行
/********************************************************************
ModuleName: SMGW Client API Example Program
FileName: Sendrecv.h
DESCRIPTION: Receive And Send Message Multi-Thread Example Program
History:
Date Version Modifier Activies
2002/03/19 1.0 Zhang Jiebin Create
********************************************************************/
#ifndef _SEND_RECV_MSG_H_
#define _SEND_RECV_MSG_H_
/********************************************************************
Include Files
********************************************************************/
#include "smgpapi.h"
#include "smgpdef.h"
/********************************************************************
Macro Definition
********************************************************************/
#define SEMD_MSG_CONFIG_FILE "sendmsgc.txt"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?