ReactOS 0.4.15-dev-7788-g1ad9096
tagPROCESSENTRY32W 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
 
WCHAR szExeFile [MAX_PATH]
 

Detailed Description

Definition at line 48 of file tlhelp32.h.

Member Data Documentation

◆ cntThreads

DWORD tagPROCESSENTRY32W::cntThreads

Definition at line 54 of file tlhelp32.h.

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

◆ cntUsage

DWORD tagPROCESSENTRY32W::cntUsage

Definition at line 50 of file tlhelp32.h.

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

◆ dwFlags

DWORD tagPROCESSENTRY32W::dwFlags

Definition at line 57 of file tlhelp32.h.

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

◆ dwSize

DWORD tagPROCESSENTRY32W::dwSize

◆ pcPriClassBase

LONG tagPROCESSENTRY32W::pcPriClassBase

Definition at line 56 of file tlhelp32.h.

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

◆ szExeFile

WCHAR tagPROCESSENTRY32W::szExeFile[MAX_PATH]

◆ th32DefaultHeapID

DWORD tagPROCESSENTRY32W::th32DefaultHeapID

Definition at line 52 of file tlhelp32.h.

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

◆ th32ModuleID

DWORD tagPROCESSENTRY32W::th32ModuleID

Definition at line 53 of file tlhelp32.h.

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

◆ th32ParentProcessID

DWORD tagPROCESSENTRY32W::th32ParentProcessID

◆ th32ProcessID

DWORD tagPROCESSENTRY32W::th32ProcessID

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