ReactOS 0.4.15-dev-7918-g2a2556c
tagMODULEENTRY32W Struct Reference

#include <tlhelp32.h>

Collaboration diagram for tagMODULEENTRY32W:

Public Attributes

DWORD dwSize
 
DWORD th32ModuleID
 
DWORD th32ProcessID
 
DWORD GlblcntUsage
 
DWORD ProccntUsage
 
BYTEmodBaseAddr
 
DWORD modBaseSize
 
HMODULE hModule
 
WCHAR szModule [MAX_MODULE_NAME32+1]
 
WCHAR szExePath [MAX_PATH]
 

Detailed Description

Definition at line 81 of file tlhelp32.h.

Member Data Documentation

◆ dwSize

DWORD tagMODULEENTRY32W::dwSize

Definition at line 82 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ GlblcntUsage

DWORD tagMODULEENTRY32W::GlblcntUsage

Definition at line 85 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ hModule

HMODULE tagMODULEENTRY32W::hModule

Definition at line 89 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ modBaseAddr

BYTE* tagMODULEENTRY32W::modBaseAddr

Definition at line 87 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ modBaseSize

DWORD tagMODULEENTRY32W::modBaseSize

Definition at line 88 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ ProccntUsage

DWORD tagMODULEENTRY32W::ProccntUsage

Definition at line 86 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ szExePath

WCHAR tagMODULEENTRY32W::szExePath[MAX_PATH]

Definition at line 91 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ szModule

WCHAR tagMODULEENTRY32W::szModule[MAX_MODULE_NAME32+1]

Definition at line 90 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ th32ModuleID

DWORD tagMODULEENTRY32W::th32ModuleID

Definition at line 83 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().

◆ th32ProcessID

DWORD tagMODULEENTRY32W::th32ProcessID

Definition at line 84 of file tlhelp32.h.

Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().


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