process32first PROCESSENTRY32

用来存放快照进程信息的一个结构体。(存放进程信息和调用成员输出进程信息)用来 Process32First指向第一个进程信息,并将进程信息抽取到PROCESSENTRY32中。用Process32Next指向下一条进程信息。

PROCESSENTRY32 Structure

Describes an entry from a list of the processes residing in the system address space when a snapshot was taken.Syntax

引用所需包含的头文件:#include"tlhelp32.h"

C++

typedef struct tagPROCESSENTRY32

{

DWORD dwSize;

DWORD cntUsage;

DWORD th32ProcessID;

ULONG_PTR th32DefaultHeapID;

DWORD th32ModuleID;

DWORD cntThreads;

DWORD th32ParentProcessID;

LONG pcPriClassBase;

DWORD dwFlags;

TCHARszExeFile[max_path];

} PROCESSENTRY32, *PPROCESSENTRY32;

Members

dwSize(结构的大小)The size of the structure, in bytes. Before calling theProcess32Firstfunction, set this member to sizeof(PROCESSENTRY32). If you do not initializedwSize,Process32Firstfails.

(这个结构的长度,以字节为单位,初始化一个实例以后调用Process32First函数,设置成员的大小sizeof (PROCESSENTRY32).如果你没用PROCESSENTRY32中的成员dwSize初始化,pricess32First将会失败。)

cntUsage(此进程的引用计数)This member is no longer used and is always set to zero.(这个成员已经不再被使用,总是设置为零。)

th32ProcessID进程ID=process identifier=PIDThe process identifier.

(这个就是任务管理器里面的进程的PID,打开任务管理器--查看---选择列---PID(勾选)就可以显示进程的标示符(PID))

th32DefaultHeapID进程默认堆IDThis member is no longer used and is always set to zero.

(这个成员已经很久没有使用,总是设置为零。)

th32ModuleID进程模块IDThis member is no longer used and is always set to zero.

(这个成员已经很久没有使用,总是设置为零。)

cntThreads此进程开启的线程计数The number of execution threads started by the process.

(这个成员执行线程开始的进程。)

th32ParentProcessID(父进程的ID)The identifier of the process that created this process (its parent process).

pcPriClassBase.(线程优先权)The base priority of any threads created by this process

当前进程创建的任何一个线程的基础优先级,即在当前进程内创建线程的话,其基本优先级的值。

dwFlagsThis member is no longer used, and is always set to zero.

(这个成员已经很久没有使用,总是设置为零。)

szExeFile(一个数组)进程全名The name of the executable file for the process. To retrieve the full path to the executable file, call theModule32Firstfunction and check theszExePathmember of theMODULEENTRY32structure that is returned. However, if the calling process is a 32-bit process, you must call theQueryFullProcessImageNamefunction to retrieve the full path of the executable file for a 64-bit process.

(进程的可执行文件名称。要获得可执行文件的完整路径,应调用Module32First函数,再检查其返回的MODULEENTRY32结构的szExePath成员。但是,如果被调用进程是一个64位程序,您必须调用QueryFullProcessImageName函数去获取64位进程的可执行文件完整路径名。)

process32first PROCESSENTRY32

  

爱华网本文地址 » http://www.aihuau.com/a/8104070103/169713.html

更多阅读

沉鱼落雁闭月羞花下句 沉鱼落雁

【拼音】chén yú luò yàn【成语故事】春秋时期,越国倾国倾城的美女西施在故乡溪边浣纱时,溪中游动的鱼儿见了她都羞愧得沉入水底,不敢浮出水面。汉元帝时绝色美女王昭君在她出塞嫁给匈奴王时,天空飞过的大雁惊讶她的美丽,忘了飞行跌

适合女生表白的歌曲 适合向心爱女生表白的话

   适合向心爱女生表白的话  1、我喜欢你就象人喜欢玫瑰花那样,一面喜欢它的香,一面又要接受它的刺,也就是说,你的优点和缺点我都会接受!  2、我一定会让你成为世界上第二幸福的人,如果她追问为什么不是第一,那你就说,有了你,

处暑养生 处暑怎么养生 处暑养生的食物

  处暑养生要早睡早起、少开空调,注意精神调养,适量运动,在饮食上要注意多喝水、多吃清热去燥食物,以下是由爱华网小编整理关于处暑怎么养生的内容,希望大家喜欢!  处暑养生的方法  1、早睡早起  进入秋季后,人体出汗减少

声明:《process32first PROCESSENTRY32》为网友再痛丶也要坚持分享!如侵犯到您的合法权益请联系我们删除