sndremote.h

来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 35 行

H
35
字号
/*
 * BANKING TRANSACTION SWITCHING SYSTEM (version 1.0).
 *
 * (C) COPYRIGHT International Business Machines Corp. 1997
 * All Rights Reserved
 * Licensed Materials - Property of IBM
 */

/*
 ***************************************************************************
 * (1)  File Name      : sndremote.h                                       *
 * (2)  Author         : Chen Li (IBM China)                               *
 * (3)  Date Created   : 1997/06/01                                        *
 * (4)  Version        : 1.0                                               *
 * (5)  Environment    : AIX 4.x                                           *
 * (6)  Warnings       :                                                   *
 ***************************************************************************
 * (7)  Changed Logs   :                                                   *
 *      Change No.   Date          Author          Reason For Change       *
 *                                                                         *
 ***************************************************************************
 */


#ifndef __SNDREMOTE_H
#define __SNDREMOTE_H


int InitRemoteCommObj();
int SendToRemote(int netid, const unsigned char* msg, int len);

int CloseRemoteCommObj();

#endif

⌨️ 快捷键说明

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