glbvar.h

来自「获取unix系统进程信息的功能」· C头文件 代码 · 共 35 行

H
35
字号
#ifndef GLBVAR_H
#define	GLBVAR_H


#ifdef	__cplusplus
extern "C" {
#endif

#include "common.h"

typedef struct _tagGlbVar
{
    int nDebug;
    int nShowHelpCn;
    int nShowHelpEn;
    int nShowVer;
    int nSelfTest;
    int nLocalTest;
    int nOptCount;
    char szOperation[COM_BUF_LEN];
    char szOraSid[MIN_BUF_LEN];
    char szOraBgProc[MIN_BUF_LEN];
#ifdef WIN32
    int nWinBgProcStat;
#endif
    char szDir[COM_BUF_LEN];
} GlbVar;


#ifdef	__cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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