pcsrestoreapi.h

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

H
49
字号

/*
*	File name	: PCSRestoreapi.h
*	Module ID	: MD-P21-01
*	Module Name	: PCSRestore.c
*	Purpose		: Process the individual type files in "temp" directory when startup.
*			: Delete records that were not processed completely
*	Author		: Mr. Zhujingkun
*	Date Created	: 1999,07,29
*	Version		: Version 1.0
*	Environment	: Digital UNIX
*	Portability	: UNIX Platform
*	Warnings	: no
*	References	: 
*	Calling Syntax	: 
*	Parameters	: 
*	Returns		: 
*	Calling Function: 
*			  
*	Called Functions: When system startup
*	Datastores and usages:
*	Report		: None
*	Screens		: None
*	Messages Files	: None
*	Change Log	:
*	Change No. 01	: 
*/

#ifndef PCS_RESTORE_API
#define PCS_RESTORE_API


/*define some functions prototype*/

int myapi_ReadALine( char* cLine, FILE* hTable );
void ErrorLog( const char* sErrorMessage );
size_t GetFileSize( char *cFileName );

void InitPCSRestore();
int SndLogRestore();
int RcvLogRestore();
int RestoreIndividualFiles();
void EndPCSRestore();
void sqlerror();
void Terminate();

#endif

⌨️ 快捷键说明

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