ReactOS 0.4.15-dev-7961-gdcf9eb0
tagMODULEENTRY32 Struct Reference

#include <tlhelp32.h>

Collaboration diagram for tagMODULEENTRY32:

Public Attributes

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

Detailed Description

Definition at line 93 of file tlhelp32.h.

Member Data Documentation

◆ dwSize

DWORD tagMODULEENTRY32::dwSize

Definition at line 94 of file tlhelp32.h.

Referenced by IntGetImageBase(), test_module(), test_process(), and test_thread().

◆ GlblcntUsage

DWORD tagMODULEENTRY32::GlblcntUsage

Definition at line 97 of file tlhelp32.h.

Referenced by Module32First(), and Module32Next().

◆ hModule

HMODULE tagMODULEENTRY32::hModule

Definition at line 101 of file tlhelp32.h.

Referenced by Module32First(), and Module32Next().

◆ modBaseAddr

BYTE* tagMODULEENTRY32::modBaseAddr

Definition at line 99 of file tlhelp32.h.

Referenced by IntGetImageBase(), Module32First(), Module32Next(), and test_module().

◆ modBaseSize

DWORD tagMODULEENTRY32::modBaseSize

Definition at line 100 of file tlhelp32.h.

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

◆ ProccntUsage

DWORD tagMODULEENTRY32::ProccntUsage

Definition at line 98 of file tlhelp32.h.

Referenced by Module32First(), and Module32Next().

◆ szExePath

char tagMODULEENTRY32::szExePath[MAX_PATH]

Definition at line 103 of file tlhelp32.h.

Referenced by IntGetImageBase(), Module32First(), Module32Next(), and test_module().

◆ szModule

char tagMODULEENTRY32::szModule[MAX_MODULE_NAME32+1]

Definition at line 102 of file tlhelp32.h.

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

◆ th32ModuleID

DWORD tagMODULEENTRY32::th32ModuleID

Definition at line 95 of file tlhelp32.h.

Referenced by Module32First(), and Module32Next().

◆ th32ProcessID

DWORD tagMODULEENTRY32::th32ProcessID

Definition at line 96 of file tlhelp32.h.

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


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