Process |
The ProcessEntry32 type exposes the following members.
Name | Description | |
---|---|---|
DefaultHeapId | This member is no longer used and is always set to zero. | |
ExeFilePath | The name of the executable file for the process. To retrieve the full path to the executable file, call the function and check the ExeFilePath member of the structure that is returned. However, if the calling process is a 32-bit process, you must call the function to retrieve the full path of the executable file for a 64-bit process. | |
Flags | This member is no longer used, and is always set to zero. | |
ModuleId | This member is no longer used and is always set to zero. | |
ParentProcessId | The identifier of the process that created this process (its parent process). | |
PriorityClassBase | The base priority of any threads created by this process. | |
ProcessId | The process identifier. | |
Size | The size of the structure, in bytes. Before calling the function, set this member to sizeof(). If you do not initialize Size, fails. | |
ThreadCount | The number of execution threads started by the process. | |
Usage | This member is no longer used and is always set to zero. |