pgpnetprocess.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 29 行

H
29
字号
/*____________________________________________________________________________
	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 + =
减小字号Ctrl + -
显示快捷键?