pprocess.h
来自「opal的ptlib c++源程序 可以从官方网站上下载」· C头文件 代码 · 共 47 行
H
47 行
/*
* pprocess.h
*
* Operating System process (running program) class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* Copyright (c) 1993-1999 ISDN Communications Ltd
*
*/
#ifndef _PPROCESS
#ifndef __NUCLEUS_MNT__
#pragma interface
#endif
#include <ptlib/syncpoint.h>
PDICTIONARY(PXFdDict, POrdinalKey, PThread);
///////////////////////////////////////////////////////////////////////////////
// PProcess
#include "../../pprocess.h"
public:
void SignalTimerChange();
virtual void PXOnSignal(int);
void PXCheckSignals();
static void PXShowSystemWarning(PINDEX code, const PString & str);
virtual void _PXShowSystemWarning(PINDEX code, const PString & str);
protected:
int pxSignals;
void CreateConfigFilesDictionary();
PAbstractDictionary * configFiles;
void DoArgs(void);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?