ReactOS 0.4.16-dev-329-g9223134
|
#include <tlhelp32.h>
Public Attributes | |
DWORD | dwSize |
DWORD | th32ModuleID |
DWORD | th32ProcessID |
DWORD | GlblcntUsage |
DWORD | ProccntUsage |
BYTE * | modBaseAddr |
DWORD | modBaseSize |
HMODULE | hModule |
char | szModule [MAX_MODULE_NAME32+1] |
char | szExePath [MAX_PATH] |
Definition at line 93 of file tlhelp32.h.
DWORD tagMODULEENTRY32::dwSize |
Definition at line 94 of file tlhelp32.h.
Referenced by IntGetImageBase(), test_module(), test_process(), and test_thread().
DWORD tagMODULEENTRY32::GlblcntUsage |
Definition at line 97 of file tlhelp32.h.
Referenced by Module32First(), and Module32Next().
HMODULE tagMODULEENTRY32::hModule |
Definition at line 101 of file tlhelp32.h.
Referenced by Module32First(), and Module32Next().
BYTE* tagMODULEENTRY32::modBaseAddr |
Definition at line 99 of file tlhelp32.h.
Referenced by IntGetImageBase(), Module32First(), Module32Next(), and test_module().
DWORD tagMODULEENTRY32::modBaseSize |
Definition at line 100 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and test_module().
DWORD tagMODULEENTRY32::ProccntUsage |
Definition at line 98 of file tlhelp32.h.
Referenced by Module32First(), and Module32Next().
Definition at line 103 of file tlhelp32.h.
Referenced by IntGetImageBase(), Module32First(), Module32Next(), and test_module().
char tagMODULEENTRY32::szModule[MAX_MODULE_NAME32+1] |
Definition at line 102 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and test_module().
DWORD tagMODULEENTRY32::th32ModuleID |
Definition at line 95 of file tlhelp32.h.
Referenced by Module32First(), and Module32Next().
DWORD tagMODULEENTRY32::th32ProcessID |
Definition at line 96 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and test_module().