cmsndlogopt.h

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

H
43
字号
/********************************************************************************
*	File Name			:					*
*	Module ID			:				    	*
*	Module Name			:					*
*	Purpose			  	:					*
*	Auther				:					*
*	Date Created			:	    	  			*
*	Version				:	    				*
*	Environment		 	:					*
*	Portability			:					*
*	Warnings		 	:					*
*	References			:	  				*
*	Calling Syntax		 	:					*
*	Parameters		  	:					*
*	Returns			 	:					*
*                              							*
*                       							*
*	Calling Functions	  	:	          			*
*   										*
*   										*
*	Called Functions	  	:					*
*	Data Stores and Usages	:						*
*				(a) Input  :					*
*				(b) Output :					*
*	Report				:					*
*	Screens				:					*
*	Message Files			:					*
*										*
*	Change Log    			:					*
*	Change No. Date		Auther		Reason for Change		*
******************************************************************************/
#ifndef  _CMSNDLOGOPT_H
#define  _CMSNDLOGOPT_H 

extern int CreateSndLogAndHZRec(long *key, char *datatype,
                                char *rcv_province_code,char status);
extern int UpdateSndLogStatus( long key, 
                                 char status);
extern int updateHZRec(long key,
		         char status);
#endif 

⌨️ 快捷键说明

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