你是否正在寻找关于processentry32的内容?让我把最直接的东西奉献给你:
Members
dwSize(结构的大小)The size of the structure, in bytes. Before
calling the
Process32Firstfunction,
set this member to sizeof(
processentry32). If you do not initialize
(此进程的引用计数)This
member is no longer used and is always set to zero.(这个成员已经不再被使用,总是设置为零。)
th32ProcessID进程ID=process
identifier=PIDThe process identifier.
进程默认堆IDThis
member is no longer used and is always set to zero.
进程模块IDThis
member is no longer used and is always set to zero.
此进程开启的线程计数The
number of execution threads started by the process.
(父进程的ID)The
identifier of the process that created this process (its parent process).
riClassBase.(线程优先权)The
base priority of any threads created by this process
This
member is no longer used, and is always set to zero.
(一个数组)进程全名The
name of the executable file for the process. To retrieve the full path to the executable file, call theModule32Firstfunction
and check thestructure
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位进程的可执行文件完整路径名。)
以上就是关于processentry32的全部内容,相信你一定会非常满意。
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/shenmilingyu/article-20948-1.html
我们烊烊最棒了