ReactOS 0.4.16-dev-736-g28b802b
|
#include <tlhelp32.h>
Public Attributes | |
DWORD | dwSize |
DWORD | th32ModuleID |
DWORD | th32ProcessID |
DWORD | GlblcntUsage |
DWORD | ProccntUsage |
BYTE * | modBaseAddr |
DWORD | modBaseSize |
HMODULE | hModule |
WCHAR | szModule [MAX_MODULE_NAME32+1] |
WCHAR | szExePath [MAX_PATH] |
Definition at line 81 of file tlhelp32.h.
DWORD tagMODULEENTRY32W::dwSize |
Definition at line 82 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
DWORD tagMODULEENTRY32W::GlblcntUsage |
Definition at line 85 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
HMODULE tagMODULEENTRY32W::hModule |
Definition at line 89 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
BYTE* tagMODULEENTRY32W::modBaseAddr |
Definition at line 87 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
DWORD tagMODULEENTRY32W::modBaseSize |
Definition at line 88 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
DWORD tagMODULEENTRY32W::ProccntUsage |
Definition at line 86 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
Definition at line 91 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
WCHAR tagMODULEENTRY32W::szModule[MAX_MODULE_NAME32+1] |
Definition at line 90 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
DWORD tagMODULEENTRY32W::th32ModuleID |
Definition at line 83 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().
DWORD tagMODULEENTRY32W::th32ProcessID |
Definition at line 84 of file tlhelp32.h.
Referenced by Module32First(), Module32Next(), and TH32CreateSnapshotSectionInitialize().