ReactOS 0.4.15-dev-7918-g2a2556c
tagPROCESSENTRY32 Struct Reference

#include <tlhelp32.h>

Public Attributes

DWORD dwSize
 
DWORD cntUsage
 
DWORD th32ProcessID
 
DWORD th32DefaultHeapID
 
DWORD th32ModuleID
 
DWORD cntThreads
 
DWORD th32ParentProcessID
 
LONG pcPriClassBase
 
DWORD dwFlags
 
CHAR szExeFile [MAX_PATH]
 

Detailed Description

Definition at line 60 of file tlhelp32.h.

Member Data Documentation

◆ cntThreads

DWORD tagPROCESSENTRY32::cntThreads

Definition at line 66 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ cntUsage

DWORD tagPROCESSENTRY32::cntUsage

Definition at line 62 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ dwFlags

DWORD tagPROCESSENTRY32::dwFlags

Definition at line 69 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ dwSize

DWORD tagPROCESSENTRY32::dwSize

Definition at line 61 of file tlhelp32.h.

Referenced by doChild(), PrintBugreport(), test_module(), test_process(), and test_Toolhelp().

◆ pcPriClassBase

LONG tagPROCESSENTRY32::pcPriClassBase

Definition at line 68 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ szExeFile

CHAR tagPROCESSENTRY32::szExeFile[MAX_PATH]

Definition at line 70 of file tlhelp32.h.

Referenced by doChild(), PrintBugreport(), Process32First(), Process32Next(), and test_process().

◆ th32DefaultHeapID

DWORD tagPROCESSENTRY32::th32DefaultHeapID

Definition at line 64 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ th32ModuleID

DWORD tagPROCESSENTRY32::th32ModuleID

Definition at line 65 of file tlhelp32.h.

Referenced by doChild(), Process32First(), and Process32Next().

◆ th32ParentProcessID

DWORD tagPROCESSENTRY32::th32ParentProcessID

Definition at line 67 of file tlhelp32.h.

Referenced by doChild(), Process32First(), Process32Next(), and test_Toolhelp().

◆ th32ProcessID

DWORD tagPROCESSENTRY32::th32ProcessID

The documentation for this struct was generated from the following file: