term.h

来自「商业银行前置系统」· C头文件 代码 · 共 36 行

H
36
字号
/*
 * This is a part of the Application Preconsole
 * - Channel Access - TERM.
 * Copyright (C) 2001-2001 ABC.SDC.
 * All rights reserved.
 *
 * This source code is only intended as a supplement to the
 * Application Preconsole Reference and related
 * electronic documentation provided with the library.
 * See these sources for detailed information regarding the
 * Application Preconsole product. 
 *
 * Update record:
 * 2001-09-17 R.Cao        - create private declaration file
 *                           for TERM
 */

#ifndef __TERM_H__
#define __TERM_H__

/*
 * Functions declared in this file
 */

BOOL IsQueryLast(PCTIASTRU ptiastru);

RESULT FillReqXmlWithTia(PCTIASTRU ptiastru, PXMLSTRU pxmlstruReq);
RESULT FillToaWithRespXml(PTOASTRU ptoastru, PCXMLSTRU pxmlstruResp);
                          
RESULT SetVchNo(PCXMLSTRU pxmlstruResp, PTOASTRU ptoastru);
RESULT SetVchInfo(PCXMLSTRU pxmlstruResp, PTOASTRU ptoastru,
                  PSTR pszVchNum, PSTR pszVchArea);

#endif /* __TERM_H__ */

/* End of this file */                                                               

⌨️ 快捷键说明

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