api3270.h
来自「在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便」· C头文件 代码 · 共 32 行
H
32 行
/************************************************************************
NAME: api3270.h - Open Advantage 3270 API (HLLAPI) header file
VERSION: @(#)api3270.h 1.1
DESCRIPTION: Contains recommended set of defines to be used by programs
which use the Open Advantage 3270 API (HLLAPI) programming
interface.
Copyright 1992 by Rabbit Software Corporation
************************************************************************/
/* HLLAPI function values */
#define CONNECT 1
#define DISCONNECT 2
#define SEND_KEY 3
#define WAIT 4
#define COPYPS 5
#define SEARCH 6
#define QUERY_CURSOR 7
#define COPYPS_TO_STR 8
#define SET_PARMS 9
#define QUERY_SESSIONS 10
#define RESERVE 11
#define RELEASE 12
#define COPY_OIA 13
#define COPYSTR_TO_PS 15
#define SEND_FILE 90
#define RECV_FILE 91
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?