📄 pgpnetprocess.h
字号:
/*____________________________________________________________________________
Copyright (c) 1998 Network Associates, Inc. and its Affiliated Companies
All rights reserved.
Portions Copyright (c) 1994-1996 Microsoft Corporation.
All rights reserved.
$Id: pgpNetProcess.h,v 1.1 1999/01/07 23:03:52 elowe Exp $
____________________________________________________________________________*/
#ifndef _Included_pgpNetProcess_h
#define _Included_pgpNetProcess_h
#define TITLE_SIZE 64
#define PROCESS_SIZE 16
#include "pgpTypes.h"
//
// task list structure
//
typedef struct _TASK_LIST {
PGPUInt32 dwProcessId;
char ProcessName[PROCESS_SIZE];
} TASK_LIST, *PTASK_LIST;
PGPUInt32 GetTaskList(PTASK_LIST pTask, PGPUInt32 dwNumTasks);
#endif // _Included_pgpNetProcess_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -