📄 pcsrestoreapi.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -