⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmsndlogopt.h

📁 unix 下用pro*c tuxedo 开发的东西
💻 H
字号:
/********************************************************************************
*	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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -